Просмотр исходного кода

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
Eric Schulte 16 лет назад
Родитель
Сommit
292799681e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lisp/babel/ob.el

+ 1 - 0
lisp/babel/ob.el

@@ -231,6 +231,7 @@ lisp code use the `org-babel-add-interpreter' function."
 	      (const "ruby")))
 	      (const "ruby")))
 
 
 ;;; functions
 ;;; functions
+(defvar call-process-region)
 (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, and insert the results
   "Execute the current source code block, and insert the results
 into the buffer.  Source code execution and the collection and
 into the buffer.  Source code execution and the collection and