fixes compiler warning

* lisp/ob.el (org-babel-load-languages): fixes compiler warning
This commit is contained in:
Eric Schulte 2010-09-30 16:19:05 -06:00
parent ab5d7959d2
commit 2ce87e5e8c

View file

@ -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.