From c55676a166776b610d98608ad283d7020945cd48 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jul 1997 21:30:50 +0000 Subject: [PATCH] Require cc-defs. --- lisp/progmodes/cc-langs.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5