babel: pre-setting variable for compiler

* lisp/babel/ob.el (call-process-region): declaring
  call-process-region as a variable so that we can set it's value
  later
This commit is contained in:
Eric Schulte 2010-06-14 17:51:52 -07:00
parent df5f954c79
commit 292799681e
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ lisp code use the `org-babel-add-interpreter' function."
(const "ruby")))
;;; functions
(defvar call-process-region)
(defun org-babel-execute-src-block (&optional arg info params)
"Execute the current source code block, and insert the results
into the buffer. Source code execution and the collection and