Browse Source

ob-R.el: Fix compiler warning about `org-remove-if-not'.

Bastien Guerry 13 years ago
parent
commit
d34c0b3496
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-R.el

+ 1 - 0
lisp/ob-R.el

@@ -39,6 +39,7 @@
 (declare-function ess-make-buffer-current "ext:ess-inf" ())
 (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))
 
 (defconst org-babel-header-args:R
   '((width		 . :any)