Mercurial > emacs
changeset 62253:6bbb1e95d2f7
(font-lock-negation-char-face): Default to "off".
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 12 May 2005 08:57:17 +0000 |
parents | 6350a78ceda6 |
children | d0c188cf54da |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu May 12 08:57:04 2005 +0000 +++ b/lisp/font-lock.el Thu May 12 08:57:17 2005 +0000 @@ -1798,13 +1798,8 @@ "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))) + '((t nil)) "Font Lock mode face used to highlight easy to overlook negation." :group 'font-lock-highlighting-faces)