From a8e13b9ffc207d46a926752e86f6242950e42aa7 Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Thu, 13 Jul 2017 15:40:13 +0800 Subject: [PATCH] library-of-babel: Fix typo * doc/library-of-babel.org: Replace non-existent with-temp-filebuffer. TINYCHANGE --- doc/library-of-babel.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/library-of-babel.org b/doc/library-of-babel.org index 0098e7263..b6c90c763 100644 --- a/doc/library-of-babel.org +++ b/doc/library-of-babel.org @@ -73,7 +73,7 @@ Read local or remote file in [[http://www.json.org/][json]] format into emacs-li (require 'json) (cond (file - (with-temp-filebuffer file + (org-babel-with-temp-filebuffer file (goto-char (point-min)) (json-read))) (url