]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cc-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Oct 1995 03:14:40 +0000 (03:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Oct 1995 03:14:40 +0000 (03:14 +0000)
lisp/progmodes/cmacexp.el

index 709694751046808272810a0cfdeecb1f1f99018c..f353e5bfcf430d98ff405d46cf8437b330ce6d81 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
 
 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
-;; 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