Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-07-13 11:00:17 +02:00
commit e07392cf41
1 changed files with 1 additions and 1 deletions

View File

@ -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