瀏覽代碼

ob-core: Silence byte-compiler

Nicolas Goaziou 9 年之前
父節點
當前提交
2f727b0f48
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lisp/ob-core.el

+ 4 - 1
lisp/ob-core.el

@@ -33,10 +33,13 @@
   (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-every "org" (pred seq))
 (declare-function org-get-indentation "org" (&optional line))