浏览代码

Fix 1d5e41d41

Bastien 3 年之前
父节点
当前提交
80b2aa41e1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lisp/ob-core.el

+ 3 - 0
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.