0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 10:26:28 +00:00

Require 'cl at run-time to silent the compiler.

This commit is contained in:
Bastien Guerry 2008-03-03 16:22:52 +00:00
parent 2f8bf4cb63
commit 04c3f97721

View file

@ -50,9 +50,7 @@
;;
;;; Code:
(eval-when-compile
(require 'cl))
(require 'cl)
(require 'org)
(require 'erc)
(require 'erc-log)