瀏覽代碼

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

Bastien Guerry 12 年之前
父節點
當前提交
974c69803e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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))