Hi,

Patch to hide compiler warning in ob.el

* lisp/ob.el
  Declare org-babel-lob-execute-maybe() to avoid compiler warning.

Thanks and Regards
Noorul
diff --git a/lisp/ob.el b/lisp/ob.el
index ffb0aab..607d53a 100644
--- a/lisp/ob.el
+++ b/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" nil)
 
 (defgroup org-babel nil
   "Code block evaluation and management in `org-mode' documents."
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to