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/cc-fonts.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-fonts.el
Date: Fri, 08 Apr 2005 10:26:21 -0400

Index: emacs/lisp/progmodes/cc-fonts.el
diff -c emacs/lisp/progmodes/cc-fonts.el:1.6 
emacs/lisp/progmodes/cc-fonts.el:1.7
*** emacs/lisp/progmodes/cc-fonts.el:1.6        Wed Aug 11 16:22:21 2004
--- emacs/lisp/progmodes/cc-fonts.el    Fri Apr  8 14:26:12 2005
***************
*** 1,6 ****
  ;;; cc-fonts.el --- font lock support for CC Mode
  
! ;; Copyright (C) 2002, 03 Free Software Foundation, Inc.
  
  ;; Authors:    2003- Alan Mackenzie
  ;;             2002- Martin Stjernholm
--- 1,6 ----
  ;;; cc-fonts.el --- font lock support for CC Mode
  
! ;; Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
  
  ;; Authors:    2003- Alan Mackenzie
  ;;             2002- Martin Stjernholm
***************
*** 194,200 ****
  (unless (c-face-name-p c-invalid-face-name)
    (defconst c-invalid-face 'c-invalid-face) ; Necessary in Emacs 19.
    (defface c-invalid-face
!     '((((class color) (background light)) (:foreground "red"))
        (((class color)) (:foreground "hotpink"))
        (t (:inverse-video t)))
      "Face used to highlight invalid syntax."
--- 194,200 ----
  (unless (c-face-name-p c-invalid-face-name)
    (defconst c-invalid-face 'c-invalid-face) ; Necessary in Emacs 19.
    (defface c-invalid-face
!     '((((class color) (background light)) (:foreground "red1"))
        (((class color)) (:foreground "hotpink"))
        (t (:inverse-video t)))
      "Face used to highlight invalid syntax."




reply via email to

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