summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-09-30 16:19:05 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-09-30 16:19:05 -0600
commit2ce87e5e8c5212ace0c126f7a699e11a0db0abd7 (patch)
tree1e51f51d1f16bc84c4b867dbc43ab33807549727
parentab5d7959d2ea840df05f8457af69db6f3b7ded60 (diff)
downloadorg-mode-2ce87e5e8c5212ace0c126f7a699e11a0db0abd7.tar.gz
fixes compiler warning
* lisp/ob.el (org-babel-load-languages): fixes compiler warning
-rw-r--r--lisp/ob.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index 3789397..1599902 100644
--- a/lisp/ob.el
+++ b/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.