From: Richard M. Stallman Date: Mon, 25 Aug 1997 17:18:44 +0000 (+0000) Subject: (c-macro-expand): Add autoload cookie. X-Git-Tag: emacs-20.1~419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d322f0096d2cd0e7325ab20af1b45659d6f4069e;p=emacs.git (c-macro-expand): Add autoload cookie. --- 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