From 974c69803e33ff348399d1ff8851c21c1f9c79e1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 6 Aug 2012 19:12:51 +0200 Subject: [PATCH] org-exp-blocks.el: Fix compiler warning. --- lisp/org-exp-blocks.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index 7bea6d648..b46f74346 100644 --- a/lisp/org-exp-blocks.el +++ b/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)) -- 2.11.4.GIT