emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Thu, 12 May 2005 04:57:17 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.249 emacs/lisp/font-lock.el:1.250
*** emacs/lisp/font-lock.el:1.249       Wed May 11 18:52:17 2005
--- emacs/lisp/font-lock.el     Thu May 12 08:57:17 2005
***************
*** 1798,1810 ****
    "Font Lock mode face used to highlight warnings."
    :group 'font-lock-highlighting-faces)
  
- ;; Matches font-lock-builtin-face, because that is used for #ifndef and
- ;; font-lock-keyword-face, which alas make-mode uses for ifndef
  (defface font-lock-negation-char-face
!   '((((class color) (min-colors 88) (background light)) (:foreground 
"VioletRed" :weight bold))
!     (((class color) (min-colors 88) (background dark)) (:foreground 
"MediumOrchid1" :weight bold))
!     (((class color) (min-colors 8)) (:foreground "red" :weight bold))
!     (t (:inverse-video t :weight bold)))
    "Font Lock mode face used to highlight easy to overlook negation."
    :group 'font-lock-highlighting-faces)
  
--- 1798,1805 ----
    "Font Lock mode face used to highlight warnings."
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-negation-char-face
!   '((t nil))
    "Font Lock mode face used to highlight easy to overlook negation."
    :group 'font-lock-highlighting-faces)
  




reply via email to

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