浏览代码

Merge branch 'maint'

Nicolas Goaziou 9 年之前
父节点
当前提交
a904245d05
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lisp/ob-core.el

+ 3 - 1
lisp/ob-core.el

@@ -34,10 +34,12 @@
   (if (memq system-type '(windows-nt cygwin))
       ".exe"
     nil))
+
 ;; dynamically scoped for tramp
 (defvar org-babel-call-process-region-original nil)
-(defvar org-src-lang-modes)
 (defvar org-babel-library-of-babel)
+(defvar org-edit-src-content-indentation)
+(defvar org-src-lang-modes)
 
 (declare-function outline-show-all "outline" ())
 (declare-function org-get-indentation "org" (&optional line))