branch: externals/org
commit 5dc6666792225b541392b05d13e53426f192cca3
Merge: e740e74136 cedc089b71
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Merge branch 'bugfix'
---
lisp/ob-emacs-lisp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el
index dfdd65ae27..416f861850 100644
--- a/lisp/ob-emacs-lisp.el
+++ b/lisp/ob-emacs-lisp.el
@@ -97,7 +97,7 @@ Convert LEXICAL into the form appropriate for
`lexical-binding'
and the LEXICAL argument to `eval'."
(if (listp lexical)
lexical
- (not (null (member lexical '("yes" "t"))))))
+ (not (null (member lexical '("yes" "t" t))))))
(defun org-babel-edit-prep:emacs-lisp (info)
"Set `lexical-binding' in Org edit buffer.