branch: externals-release/org
commit 80b2aa41e1054e9808d64ca8c4a412dc4c2d9ea4
Author: Bastien <b...@gnu.org>
Commit: Bastien <b...@gnu.org>

    Fix 1d5e41d41
---
 lisp/ob-core.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 4b7de5f..06a2a88 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -691,6 +691,9 @@ a list with the following pattern:
     (`(:file-desc) result)
     (`(:file-desc . ,(and (pred stringp) val)) val)))
 
+(defvar *this*) ; Dynamically bound in `org-babel-execute-src-block'
+                ; and `org-babel-read'
+
 ;;;###autoload
 (defun org-babel-execute-src-block (&optional arg info params)
   "Execute the current source code block.

Reply via email to