emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias
Date: Mon, 18 Mar 2019 22:37:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Sebastian Miele <address@hidden> writes:

> ---
>  lisp/ob-core.el | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/ob-core.el b/lisp/ob-core.el
> index fbeb46bb0..8168328de 100644
> --- a/lisp/ob-core.el
> +++ b/lisp/ob-core.el
> @@ -3135,7 +3135,8 @@ after the babel API for OLD-type source blocks is fully 
> defined.
>  Callers of this function will probably want to add an entry to
>  `org-src-lang-modes' as well."
>    (dolist (fn '("execute" "expand-body" "prep-session"
> -             "variable-assignments" "load-session"))
> +             "variable-assignments" "load-session"
> +             "edit-prep"))
>      (let ((sym (intern-soft (concat "org-babel-" fn ":" old))))
>        (when (and sym (fboundp sym))
>       (defalias (intern (concat "org-babel-" fn ":" new)) sym))))

Could you provide a commit message for your patch?

Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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