aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-13 21:30:50 +0000
committerRichard M. Stallman <[email protected]>1997-07-13 21:30:50 +0000
commitc55676a166776b610d98608ad283d7020945cd48 (patch)
tree70f97f97aa2e9a4a1e5add61c7c77185b266fbe2 /lisp/progmodes
parent33046fc90de69e4fd4c196f62815e3f290702354 (diff)
Require cc-defs.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 03667e1870..abfab2f2bf 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -28,6 +28,8 @@
;; Boston, MA 02111-1307, USA.
+(require 'cc-defs)
+
;; Regular expressions and other values which must be parameterized on
;; a per-language basis.