Browse Source

ob-R: declare org-every

* lisp/ob-R.el: Declare `org-every´ before first use.
Achim Gratz 11 năm trước cách đây
mục cha
commit
81815b7fb7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/ob-R.el

+ 1 - 0
lisp/ob-R.el

@@ -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)