changeset 53610:67b35df74057

Do not require cl at run time.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 17 Jan 2004 03:00:29 +0000
parents 0bb1ce3944cd
children 6072da675015
files lisp/progmodes/cc-defs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-defs.el	Fri Jan 16 18:47:40 2004 +0000
+++ b/lisp/progmodes/cc-defs.el	Sat Jan 17 03:00:29 2004 +0000
@@ -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.