emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] * doc/library-of-babel.org: Replace non-existent with-te


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] * doc/library-of-babel.org: Replace non-existent with-temp-filebuffer.
Date: Thu, 13 Jul 2017 10:02:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Chunyang Xu <address@hidden> writes:

> 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

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]