Explorar o código

fixed compiler warning in ob.el

* lisp/ob.el
  Declare org-babel-lob-execute-maybe() to avoid compiler warning.
Noorul Islam %!s(int64=14) %!d(string=hai) anos
pai
achega
043f088753
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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."