소스 검색

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))