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/cpp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el
Date: Tue, 06 May 2003 13:41:49 -0400

Index: emacs/lisp/progmodes/cpp.el
diff -c emacs/lisp/progmodes/cpp.el:1.25 emacs/lisp/progmodes/cpp.el:1.26
*** emacs/lisp/progmodes/cpp.el:1.25    Tue Feb  4 08:24:34 2003
--- emacs/lisp/progmodes/cpp.el Tue May  6 13:41:48 2003
***************
*** 92,98 ****
  0. The name of the macro (a string).
  1. Face used for text that is `ifdef' the macro.
  2. Face used for text that is `ifndef' the macro.
! 3. `t', `nil', or `both' depending on what text may be edited."
    :type '(repeat (list string face face
                       (choice (const t)
                               (const nil)
--- 92,98 ----
  0. The name of the macro (a string).
  1. Face used for text that is `ifdef' the macro.
  2. Face used for text that is `ifndef' the macro.
! 3. t, nil, or `both' depending on what text may be edited."
    :type '(repeat (list string face face
                       (choice (const t)
                               (const nil)




reply via email to

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