From: Richard M. Stallman Date: Sun, 13 Jul 1997 21:30:50 +0000 (+0000) Subject: Require cc-defs. X-Git-Tag: emacs-20.1~1174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c55676a166776b610d98608ad283d7020945cd48;p=emacs.git Require cc-defs. --- 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.