From: Kim F. Storm Date: Thu, 12 May 2005 08:57:17 +0000 (+0000) Subject: (font-lock-negation-char-face): Default to "off". X-Git-Tag: ttn-vms-21-2-B4~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39eae0731cd39b0a84866873e3281f4ac9ae13a5;p=emacs.git (font-lock-negation-char-face): Default to "off". --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index f1199d1e14e..1657400fe77 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1798,13 +1798,8 @@ Sets various variables using `font-lock-defaults' (or, if nil, using "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)