# HG changeset patch # User Richard M. Stallman # Date 872529524 0 # Node ID 5ccd55d16f8cc7aba4a2c4673d7e4a6d94e87fc2 # Parent 8fc9b5fc76330b47eb5083175f7de12ebae55913 (c-macro-expand): Add autoload cookie. diff -r 8fc9b5fc7633 -r 5ccd55d16f8c lisp/progmodes/cmacexp.el --- 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