emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Thu, 03 Nov 2005 17:29:45 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.280 emacs/lisp/font-lock.el:1.281
*** emacs/lisp/font-lock.el:1.280       Mon Oct 31 16:41:14 2005
--- emacs/lisp/font-lock.el     Thu Nov  3 22:29:43 2005
***************
*** 1803,1809 ****
  (defface font-lock-warning-face
    '((((class color) (min-colors 88) (background light)) (:foreground "Red1" 
:weight bold))
      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" 
:weight bold))
!     (((class color) (min-colors 16) (background light)) (:foreground "Red" 
:weight bold))
      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" 
:weight bold))
      (((class color) (min-colors 8)) (:foreground "red"))
      (t (:inverse-video t :weight bold)))
--- 1803,1809 ----
  (defface font-lock-warning-face
    '((((class color) (min-colors 88) (background light)) (:foreground "Red1" 
:weight bold))
      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" 
:weight bold))
!     (((class color) (min-colors 16) (background light)) (:foreground "Red1" 
:weight bold))
      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" 
:weight bold))
      (((class color) (min-colors 8)) (:foreground "red"))
      (t (:inverse-video t :weight bold)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]