/[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.280 by dann, Mon Oct 31 16:41:14 2005 UTC revision 1.281 by dann, Thu Nov 3 22:29:43 2005 UTC
# Line 1803  Sets various variables using `font-lock- Line 1803  Sets various variables using `font-lock-
1803  (defface font-lock-warning-face  (defface font-lock-warning-face
1804    '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold))    '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold))
1805      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))
1806      (((class color) (min-colors 16) (background light)) (:foreground "Red" :weight bold))      (((class color) (min-colors 16) (background light)) (:foreground "Red1" :weight bold))
1807      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))
1808      (((class color) (min-colors 8)) (:foreground "red"))      (((class color) (min-colors 8)) (:foreground "red"))
1809      (t (:inverse-video t :weight bold)))      (t (:inverse-video t :weight bold)))

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

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