Fix compilation problems in org-publish.el.

This commit is contained in:
Carsten Dominik 2008-06-15 08:50:10 +02:00
parent 9db8450a90
commit a56d512036
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@
(eval-when-compile
(require 'cl))
(require 'org)
(require 'org-exp)
(eval-and-compile
(unless (fboundp 'declare-function)