summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-17 00:24:12 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-17 00:24:12 +0200
commit841640226951a350c0fa0904b767810af9429982 (patch)
treed1fccd2db4f153bd820a2923f5ca482fb44b3c0b
parentdb671e1449fde81ff7838be9bd89ccb7970a799e (diff)
downloadorg-mode-841640226951a350c0fa0904b767810af9429982.tar.gz
Silence byte-compiler
-rw-r--r--lisp/ob-core.el1
-rw-r--r--lisp/ob-lob.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 532b06d..7221eb4 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -81,6 +81,7 @@
(declare-function org-babel-ref-resolve "ob-ref" (ref))
(declare-function org-babel-ref-goto-headline-id "ob-ref" (id))
(declare-function org-babel-ref-headline-body "ob-ref" ())
+(declare-function org-babel-lob-execute-maybe "ob-lob" ())
(declare-function org-number-sequence "org-compat" (from &optional to inc))
(declare-function org-at-item-p "org-list" ())
(declare-function org-list-to-generic "org-list" (LIST PARAMS))
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 5340002..5aedb69 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -27,6 +27,7 @@
(require 'ob-core)
(require 'ob-table)
+(declare-function org-babel-ref-split-args "ob-ref" (arg-string))
(declare-function org-element-at-point "org-element" ())
(declare-function org-element-context "org-element" (&optional element))
(declare-function org-element-property "org-element" (property element))