瀏覽代碼

fixes compiler warning

* lisp/ob.el (org-babel-load-languages): fixes compiler warning
Eric Schulte 14 年之前
父節點
當前提交
2ce87e5e8c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ob.el

+ 2 - 0
lisp/ob.el

@@ -1107,6 +1107,8 @@ With optional prefix argument ARG, jump backward ARG many source blocks."
     (error (error "No previous code blocks")))
   (goto-char (match-beginning 0)) (org-show-context))
 
+(defvar org-babel-load-languages)
+
 ;;;###autoload
 (defun org-babel-demarcate-block (&optional arg)
   "Wrap or split the code in the region or on the point.