浏览代码

ob: declare variable to appease compiler

* lisp/ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
  to appease compiler.
Eric Schulte 14 年之前
父节点
当前提交
0a0969303a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob.el

+ 1 - 0
lisp/ob.el

@@ -1328,6 +1328,7 @@ region is not active then the point is demarcated."
 	(goto-char start) (move-end-of-line 1)))))
 	(goto-char start) (move-end-of-line 1)))))
 
 
 (defvar org-babel-lob-one-liner-regexp)
 (defvar org-babel-lob-one-liner-regexp)
+(defvar org-babel-inline-lob-one-liner-regexp)
 (defun org-babel-where-is-src-block-result (&optional insert info hash indent)
 (defun org-babel-where-is-src-block-result (&optional insert info hash indent)
   "Find where the current source block results begin.
   "Find where the current source block results begin.
 Return the point at the beginning of the result of the current
 Return the point at the beginning of the result of the current