Index: emacs/lisp/progmodes/cmacexp.el diff -c emacs/lisp/progmodes/cmacexp.el:1.42 emacs/lisp/progmodes/cmacexp.el:1.43 *** emacs/lisp/progmodes/cmacexp.el:1.42 Mon Jul 4 16:59:18 2005 --- emacs/lisp/progmodes/cmacexp.el Mon Aug 1 08:37:48 2005 *************** *** 1,6 **** ;;; cmacexp.el --- expand C macros in a region ! ;; Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc. ;; Author: Francesco Potorti` <[EMAIL PROTECTED]> ;; Adapted-By: ESR --- 1,7 ---- ;;; cmacexp.el --- expand C macros in a region ! ;; Copyright (C) 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004 ! ;; Free Software Foundation, Inc. ;; Author: Francesco Potorti` <[EMAIL PROTECTED]> ;; Adapted-By: ESR *************** *** 146,153 **** prefix arg means replace the region with it. `c-macro-preprocessor' specifies the preprocessor to use. ! Prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include') ! if the user option `c-macro-prompt-flag' is non-nil. Noninteractive args are START, END, SUBST. For use inside Lisp programs, see also `c-macro-expansion'." --- 147,155 ---- prefix arg means replace the region with it. `c-macro-preprocessor' specifies the preprocessor to use. ! Tf the user option `c-macro-prompt-flag' is non-nil ! prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'), ! otherwise use `c-macro-cppflags'. Noninteractive args are START, END, SUBST. For use inside Lisp programs, see also `c-macro-expansion'."
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs