diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-26 03:14:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-26 03:14:40 +0000 |
commit | a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674 (patch) | |
tree | ce7c6e887018b4d558013491ae8b83e5f0a92b1e /lisp/progmodes/cmacexp.el | |
parent | 048fb1b7485d41ff405442c86fd718595e3e95e6 (diff) | |
download | emacs-a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674.tar.gz |
Require cc-mode.
Diffstat (limited to 'lisp/progmodes/cmacexp.el')
-rw-r--r-- | lisp/progmodes/cmacexp.el | 4 |
1 files changed, 3 insertions, 1 deletions
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` <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 |