summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-25 17:18:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-25 17:18:44 +0000
commit7b618a5c4757d2f39c8a3b7d7bbfc24e42912c4a (patch)
treed170fdb460098429764e037be6e2503e9c647e03
parent9148244bd77fdb10ef4171d9a85878f0ca08ad11 (diff)
downloademacs-7b618a5c4757d2f39c8a3b7d7bbfc24e42912c4a.tar.gz
(c-macro-expand): Add autoload cookie.
-rw-r--r--lisp/progmodes/cmacexp.el1
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."
(defconst c-macro-buffer-name "*Macroexpansion*")
+;;;###autoload
(defun c-macro-expand (start end subst)
"Expand C macros in the region, using the C preprocessor.
Normally display output in temp buffer, but