summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-07-13 11:00:17 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-07-13 11:00:17 +0200
commite07392cf41c08474b6fa2e6a0fae6698e454be2b (patch)
tree258819e6ea8257d3de68bcb0a1038dbe66d653f9
parent1c07327a51f63ea47e972f7cb9a20cc46be05e0d (diff)
parenta8e13b9ffc207d46a926752e86f6242950e42aa7 (diff)
downloadorg-mode-e07392cf41c08474b6fa2e6a0fae6698e454be2b.tar.gz
Merge branch 'maint'
-rw-r--r--doc/library-of-babel.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/library-of-babel.org b/doc/library-of-babel.org
index 0098e72..b6c90c7 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