diff options
| author | Richard M. Stallman | 1995-10-26 03:14:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-26 03:14:40 +0000 |
| commit | a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674 (patch) | |
| tree | ce7c6e887018b4d558013491ae8b83e5f0a92b1e | |
| parent | 048fb1b7485d41ff405442c86fd718595e3e95e6 (diff) | |
| download | emacs-a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674.tar.gz emacs-a9132c1f5f236d9088b2c09e3cdf4c58bd0cd674.zip | |
Require cc-mode.
| -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 @@ | |||
| 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> | 5 | ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> |
| 6 | ;; Version: $Id: cmacexp.el,v 1.18 1994/09/05 04:33:23 rms Exp pot $ | 6 | ;; Version: $Id: cmacexp.el,v 1.19 1995/03/07 15:24:44 pot Exp rms $ |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: c | 8 | ;; Keywords: c |
| 9 | 9 | ||
| @@ -85,6 +85,8 @@ | |||
| 85 | ;; macro expansion is often inaccurate. | 85 | ;; macro expansion is often inaccurate. |
| 86 | 86 | ||
| 87 | 87 | ||
| 88 | (require 'cc-mode) | ||
| 89 | |||
| 88 | (provide 'cmacexp) | 90 | (provide 'cmacexp) |
| 89 | 91 | ||
| 90 | (defvar c-macro-shrink-window-flag nil | 92 | (defvar c-macro-shrink-window-flag nil |