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

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

View file

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