Sfoglia il codice sorgente

babel: defvar'ing `org-babel-library-of-babel' for compiler

Eric Schulte 15 anni fa
parent
commit
b9a8df9d1c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      lisp/babel/ob-ref.el

+ 1 - 0
lisp/babel/ob-ref.el

@@ -95,6 +95,7 @@ return nil."
             (read ref))
       out)))
 
+(defvar org-babel-library-of-babel)
 (defun org-babel-ref-resolve-reference (ref &optional params)
   "Resolve the reference REF and return its value."
   (save-excursion