aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-01-17 03:01:45 +0000
committerLuc Teirlinck <[email protected]>2004-01-17 03:01:45 +0000
commita151ecffc93a869eb8713e5e723a5ea7f08df4f5 (patch)
treeb7db30050596a847b921dce01c9d17af92422932
parent3c0882ae5c592d8466d8bdcc02f2cd143be60e4b (diff)
Do not require cl at run time.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/cc-defs.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 129d97dd8f..f302da428e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-16 Luc Teirlinck <[email protected]>
+
+ * progmodes/cc-defs.el: Do not require cl at run time.
+
2004-01-16 Richard M. Stallman <[email protected]>
* emacs-lisp/cl.el (cl-cannot-unload): New function.
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index dca12c6728..ad8b8a92bf 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -100,7 +100,7 @@
font-lock-keywords)))
(cc-load "cc-fix")))
-(cc-external-require 'cl)
+(eval-when-compile (require 'cl))
;;; Variables also used at compile time.