summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-02 09:55:42 +0200
committerBastien Guerry <bzg@altern.org>2012-10-02 09:55:42 +0200
commit63d8c8ea0e6ce96c13d3b22fd621976cf5e31622 (patch)
tree7851717901fbbed24efe7224f774caa66bae5578
parente4c31cf98ba01856683a53199b43af92f15a90a8 (diff)
downloadorg-mode-63d8c8ea0e6ce96c13d3b22fd621976cf5e31622.tar.gz
ob.el: Minor code clean up.
-rw-r--r--lisp/ob.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index 16e3843..e71baaf 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -492,8 +492,8 @@ can not be resolved.")
;;; functions
(defvar call-process-region)
-;;;###autoload
+;;;###autoload
(defun org-babel-execute-src-block (&optional arg info params)
"Execute the current source code block.
Insert the results of execution into the buffer. Source code
@@ -836,6 +836,7 @@ evaluation mechanisms."
(key-binding (or key (read-key-sequence nil))))))
(defvar org-bracket-link-regexp)
+
;;;###autoload
(defun org-babel-open-src-block-result (&optional re-run)
"If `point' is on a src block then open the results of the
@@ -942,6 +943,7 @@ buffer."
(def-edebug-spec org-babel-map-inline-src-blocks (form body))
(defvar org-babel-lob-one-liner-regexp)
+
;;;###autoload
(defmacro org-babel-map-call-lines (file &rest body)
"Evaluate BODY forms on each call line in FILE.