Parcourir la source

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

Eric Schulte il y a 15 ans
Parent
commit
b9a8df9d1c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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