]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not require cl at run time.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 17 Jan 2004 03:01:45 +0000 (03:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 17 Jan 2004 03:01:45 +0000 (03:01 +0000)
lisp/ChangeLog
lisp/progmodes/cc-defs.el

index 129d97dd8f6e0f60e514dd3c86782d06de701338..f302da428e81acfebeda5a885631c26f12664f52 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * progmodes/cc-defs.el: Do not require cl at run time.
+
 2004-01-16  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/cl.el (cl-cannot-unload): New function.
index dca12c67285b22ed15753f79efe2dde8e4a72ac1..ad8b8a92bffb021c81ca3797c23557de1de5a453 100644 (file)
               font-lock-keywords)))
       (cc-load "cc-fix")))
 
-(cc-external-require 'cl)
+(eval-when-compile (require 'cl))
 
 \f
 ;;; Variables also used at compile time.