Browse Source

fixes compiler warning

* lisp/ob.el (org-babel-load-languages): fixes compiler warning
Eric Schulte 14 years ago
parent
commit
2ce87e5e8c
1 changed files with 2 additions and 0 deletions
  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.