Просмотр исходного кода

babel: declaring variable to satisfy compiler

Eric Schulte 15 лет назад
Родитель
Сommit
0d1aaf735f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lisp/babel/ob.el

+ 1 - 0
lisp/babel/ob.el

@@ -836,6 +836,7 @@ buffer or nil if no such result exists."
                    "[ \t]" (regexp-quote name) "[ \t\n\f\v\r]") nil t)
                    "[ \t]" (regexp-quote name) "[ \t\n\f\v\r]") nil t)
       (beginning-of-line 0) (point))))
       (beginning-of-line 0) (point))))
 
 
+(defvar org-babel-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)
   "Return the point at the beginning of the result of the current
   "Return the point at the beginning of the result of the current
 source block.  Specifically at the beginning of the results line.
 source block.  Specifically at the beginning of the results line.