Browse Source

ob.el: Minor code clean up.

Bastien Guerry 12 years ago
parent
commit
63d8c8ea0e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lisp/ob.el

+ 3 - 1
lisp/ob.el

@@ -492,8 +492,8 @@ can not be resolved.")
 
 
 ;;; functions
 ;;; functions
 (defvar call-process-region)
 (defvar call-process-region)
-;;;###autoload
 
 
+;;;###autoload
 (defun org-babel-execute-src-block (&optional arg info params)
 (defun org-babel-execute-src-block (&optional arg info params)
   "Execute the current source code block.
   "Execute the current source code block.
 Insert the results of execution into the buffer.  Source code
 Insert the results of execution into the buffer.  Source code
@@ -836,6 +836,7 @@ evaluation mechanisms."
     (key-binding (or key (read-key-sequence nil))))))
     (key-binding (or key (read-key-sequence nil))))))
 
 
 (defvar org-bracket-link-regexp)
 (defvar org-bracket-link-regexp)
+
 ;;;###autoload
 ;;;###autoload
 (defun org-babel-open-src-block-result (&optional re-run)
 (defun org-babel-open-src-block-result (&optional re-run)
   "If `point' is on a src block then open the results of the
   "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))
 (def-edebug-spec org-babel-map-inline-src-blocks (form body))
 
 
 (defvar org-babel-lob-one-liner-regexp)
 (defvar org-babel-lob-one-liner-regexp)
+
 ;;;###autoload
 ;;;###autoload
 (defmacro org-babel-map-call-lines (file &rest body)
 (defmacro org-babel-map-call-lines (file &rest body)
   "Evaluate BODY forms on each call line in FILE.
   "Evaluate BODY forms on each call line in FILE.