mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
babel: declaring variable to satisfy compiler
This commit is contained in:
parent
ffbeb7ffe6
commit
0d1aaf735f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user