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

Require cl only at compile time.

This commit is contained in:
Richard M. Stallman 1997-08-23 18:30:53 +00:00
parent 16be0abe24
commit 0e6bb54e12

View file

@ -36,7 +36,7 @@
;;; Code:
(require 'cl) ;and ah ain't kiddin' 'bout it
(eval-when-compile (require 'cl)) ;and ah ain't kiddin' 'bout it
(put 'parse-time-syntax 'char-table-extra-slots 0)