diff options
| author | Richard M. Stallman | 1997-08-25 17:18:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-25 17:18:44 +0000 |
| commit | d322f0096d2cd0e7325ab20af1b45659d6f4069e (patch) | |
| tree | 3a4c1cdf356b5e96ba74d2b7e60bdf4aa70c2b01 | |
| parent | 958ef4fe21d620f2b5a22634310e3524626f713f (diff) | |
| download | emacs-d322f0096d2cd0e7325ab20af1b45659d6f4069e.tar.gz emacs-d322f0096d2cd0e7325ab20af1b45659d6f4069e.zip | |
(c-macro-expand): Add autoload cookie.
| -rw-r--r-- | lisp/progmodes/cmacexp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 31ff33f2b8c..7087f9e1cf0 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -127,6 +127,7 @@ option, or to set an equivalent one." | |||
| 127 | 127 | ||
| 128 | (defconst c-macro-buffer-name "*Macroexpansion*") | 128 | (defconst c-macro-buffer-name "*Macroexpansion*") |
| 129 | 129 | ||
| 130 | ;;;###autoload | ||
| 130 | (defun c-macro-expand (start end subst) | 131 | (defun c-macro-expand (start end subst) |
| 131 | "Expand C macros in the region, using the C preprocessor. | 132 | "Expand C macros in the region, using the C preprocessor. |
| 132 | Normally display output in temp buffer, but | 133 | Normally display output in temp buffer, but |