Explorar el Código

org-exp-blocks.el: Fix compiler warning.

Bastien Guerry hace 12 años
padre
commit
974c69803e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/org-exp-blocks.el

+ 1 - 0
lisp/org-exp-blocks.el

@@ -73,6 +73,7 @@
 (eval-when-compile
   (require 'cl))
 (require 'find-func)
+(require 'org-compat)
 
 (declare-function org-split-string "org" (string &optional separators))
 (declare-function org-remove-indentation "org" (code &optional n))