Browse Source

Declare to silence byte compiler

* ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
David Maus 14 years ago
parent
commit
095f9e298f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob.el

+ 1 - 0
lisp/ob.el

@@ -69,6 +69,7 @@
 (declare-function org-babel-lob-get-info "ob-lob" nil)
 (declare-function org-babel-ref-split-args "ob-ref" (arg-string))
 (declare-function org-babel-ref-parse "ob-ref" (assignment))
+(declare-function org-babel-ref-resolve "ob-ref" (ref))
 (declare-function org-babel-lob-execute-maybe "ob-lob" ())
 (declare-function org-number-sequence "org-compat" (from &optional to inc))