Forráskód Böngészése

fixed compiler warning in ob.el

* lisp/ob.el
  Declare org-babel-lob-execute-maybe() to avoid compiler warning.
Noorul Islam 14 éve
szülő
commit
043f088753
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      lisp/ob.el

+ 1 - 0
lisp/ob.el

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