1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

ob-R: declare org-every

* lisp/ob-R.el: Declare `org-every´ before first use.
This commit is contained in:
Achim Gratz 2013-11-14 21:21:50 +01:00
parent 1c57866a6c
commit 81815b7fb7

View File

@ -37,6 +37,7 @@
(declare-function ess-eval-buffer "ext:ess-inf" (vis))
(declare-function org-number-sequence "org-compat" (from &optional to inc))
(declare-function org-remove-if-not "org" (predicate seq))
(declare-function org-every "org" (pred seq))
(defconst org-babel-header-args:R
'((width . :any)