summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-22 15:28:01 +0200
committerBastien Guerry <bzg@altern.org>2011-10-22 15:28:01 +0200
commitecf5368afe7ae32b5016d1779bdcde6fbea2cd39 (patch)
tree7af1a05b6fb4df42aa39bc18d0c019998eee2fd9
parent4d10c36e2bcb206b2ce80cb88b6fdf74e4c8c6e4 (diff)
downloadorg-mode-ecf5368afe7ae32b5016d1779bdcde6fbea2cd39.tar.gz
ob.el: Fix byte-compiler warning about free variable.
-rw-r--r--lisp/ob.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index a5103b2..4438ee8 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -181,10 +181,10 @@ Returns non-nil if match-data set"
(when (looking-at org-babel-inline-src-block-regexp)
t ))))))
+(defvar org-babel-inline-lob-one-liner-regexp)
(defun org-babel-get-lob-one-liner-matches()
"Set match data if on line of an lob one liner.
Returns non-nil if match-data set"
-
(save-excursion
(unless (= (point) (point-at-bol)) ;; move before inline block
(re-search-backward "[ \f\t\n\r\v]" nil t))
@@ -1490,7 +1490,6 @@ region is not active then the point is demarcated."
(goto-char start) (move-end-of-line 1)))))
(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)
"Find where the current source block results begin.
Return the point at the beginning of the result of the current