Procházet zdrojové kódy

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

Bastien Guerry před 13 roky
rodič
revize
974c69803e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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))