changeset 19529:5ccd55d16f8c

(c-macro-expand): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Aug 1997 17:18:44 +0000
parents 8fc9b5fc7633
children ade0f0a14b7a
files lisp/progmodes/cmacexp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cmacexp.el	Mon Aug 25 17:06:42 1997 +0000
+++ b/lisp/progmodes/cmacexp.el	Mon Aug 25 17:18:44 1997 +0000
@@ -127,6 +127,7 @@
 
 (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