diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-13 21:30:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-13 21:30:50 +0000 |
commit | c55676a166776b610d98608ad283d7020945cd48 (patch) | |
tree | 70f97f97aa2e9a4a1e5add61c7c77185b266fbe2 | |
parent | 33046fc90de69e4fd4c196f62815e3f290702354 (diff) | |
download | emacs-c55676a166776b610d98608ad283d7020945cd48.tar.gz |
Require cc-defs.
-rw-r--r-- | lisp/progmodes/cc-langs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 03667e1870a..abfab2f2bf4 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. |