From 0d1aaf735f81cd7c94212e3080f96de681e3e90d Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 17 Jun 2010 10:22:54 -0700 Subject: [PATCH] babel: declaring variable to satisfy compiler --- lisp/babel/ob.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/babel/ob.el b/lisp/babel/ob.el index 8664187f3..5d26d5582 100644 --- a/lisp/babel/ob.el +++ b/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) (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) "Return the point at the beginning of the result of the current source block. Specifically at the beginning of the results line.