emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/hi-lock.el
Date: Fri, 08 Apr 2005 18:03:09 -0400

Index: emacs/lisp/hi-lock.el
diff -c emacs/lisp/hi-lock.el:1.22 emacs/lisp/hi-lock.el:1.23
*** emacs/lisp/hi-lock.el:1.22  Fri Apr  8 14:26:13 2005
--- emacs/lisp/hi-lock.el       Fri Apr  8 22:03:08 2005
***************
*** 119,125 ****
    :group 'hi-lock-interactive-text-highlighting)
  
  (defface hi-yellow
!   '((((min-colors 88) (background dark)) 
       (:background "yellow1" :foreground "black"))
      (((background dark)) (:background "yellow" :foreground "black"))
      (((min-colors 88)) (:background "yellow1"))
--- 119,125 ----
    :group 'hi-lock-interactive-text-highlighting)
  
  (defface hi-yellow
!   '((((min-colors 88) (background dark))
       (:background "yellow1" :foreground "black"))
      (((background dark)) (:background "yellow" :foreground "black"))
      (((min-colors 88)) (:background "yellow1"))
***************
*** 134,143 ****
    :group 'hi-lock-faces)
  
  (defface hi-green
!   '((((min-colors 88) (background dark)) 
       (:background "green1" :foreground "black"))
      (((background dark)) (:background "green" :foreground "black"))
!     ((min-colors 88) (:background "green1"))
      (t (:background "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
--- 134,143 ----
    :group 'hi-lock-faces)
  
  (defface hi-green
!   '((((min-colors 88) (background dark))
       (:background "green1" :foreground "black"))
      (((background dark)) (:background "green" :foreground "black"))
!     (((min-colors 88)) (:background "green1"))
      (t (:background "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)




reply via email to

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