Selaa lähdekoodia

babel: declaring variable to satisfy compiler

Eric Schulte 15 vuotta sitten
vanhempi
commit
0d1aaf735f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.