emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cmacexp.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cmacexp.el
Date: Mon, 01 Aug 2005 04:37:57 -0400

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` <address@hidden>
  ;; 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` <address@hidden>
  ;; 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'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]