Procházet zdrojové kódy

Merge branch 'maint'

Nicolas Goaziou před 8 roky
rodič
revize
e07392cf41
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/library-of-babel.org

+ 1 - 1
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