/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.249 by monnier, Wed May 11 18:52:17 2005 UTC revision 1.250 by kfstorm, Thu May 12 08:57:17 2005 UTC
# Line 1798  Sets various variables using `font-lock- Line 1798  Sets various variables using `font-lock-
1798    "Font Lock mode face used to highlight warnings."    "Font Lock mode face used to highlight warnings."
1799    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
1800    
 ;; Matches font-lock-builtin-face, because that is used for #ifndef and  
 ;; font-lock-keyword-face, which alas make-mode uses for ifndef  
1801  (defface font-lock-negation-char-face  (defface font-lock-negation-char-face
1802    '((((class color) (min-colors 88) (background light)) (:foreground "VioletRed" :weight bold))    '((t nil))
     (((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)))  
1803    "Font Lock mode face used to highlight easy to overlook negation."    "Font Lock mode face used to highlight easy to overlook negation."
1804    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
1805    

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26