fixed compiler warning in ob.el

* lisp/ob.el
  Declare org-babel-lob-execute-maybe() to avoid compiler warning.
This commit is contained in:
Noorul Islam 2010-08-08 21:30:16 -06:00 committed by Eric Schulte
parent 13ddc493e4
commit 043f088753
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
(declare-function org-babel-ref-split-args "ob-ref" (arg-string))
(declare-function org-babel-ref-variables "ob-ref" (params))
(declare-function org-babel-ref-resolve-reference "ob-ref" (ref &optional params))
(declare-function org-babel-lob-execute-maybe "ob-lob" ())
(defgroup org-babel nil
"Code block evaluation and management in `org-mode' documents."