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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs