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:
parent
3c0882ae5c
commit
a151ecffc9
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue