aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-defs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index dca12c67285..ad8b8a92bff 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -100,7 +100,7 @@
100 font-lock-keywords))) 100 font-lock-keywords)))
101 (cc-load "cc-fix"))) 101 (cc-load "cc-fix")))
102 102
103(cc-external-require 'cl) 103(eval-when-compile (require 'cl))
104 104
105 105
106;;; Variables also used at compile time. 106;;; Variables also used at compile time.