0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

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

This commit is contained in:
Bastien Guerry 2012-08-06 19:12:51 +02:00
parent 2a1c9a26f0
commit 974c69803e

View file

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