1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Do not require cl at run time.

This commit is contained in:
Luc Teirlinck 2004-01-17 03:01:45 +00:00
parent 3c0882ae5c
commit a151ecffc9
2 changed files with 5 additions and 1 deletions

View 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.

View file

@ -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.