From a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Oct 1995 03:14:40 +0000 Subject: [PATCH] Require cc-mode. --- lisp/progmodes/cmacexp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 70969475104..f353e5bfcf4 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. ;; Author: Francesco Potorti` -;; Version: $Id: cmacexp.el,v 1.18 1994/09/05 04:33:23 rms Exp pot $ +;; Version: $Id: cmacexp.el,v 1.19 1995/03/07 15:24:44 pot Exp rms $ ;; Adapted-By: ESR ;; Keywords: c @@ -85,6 +85,8 @@ ;; macro expansion is often inaccurate. +(require 'cc-mode) + (provide 'cmacexp) (defvar c-macro-shrink-window-flag nil -- 2.39.2