emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Mon, 15 Apr 2002 02:16:29 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.257 emacs/lisp/faces.el:1.258
*** emacs/lisp/faces.el:1.257   Mon Mar  4 18:00:28 2002
--- emacs/lisp/faces.el Mon Apr 15 02:16:28 2002
***************
*** 1885,1891 ****
  
  (defface highlight
    '((((type tty) (class color))
!      :background "green")
      (((class color) (background light))
       :background "darkseagreen2")
      (((class color) (background dark))
--- 1885,1891 ----
  
  (defface highlight
    '((((type tty) (class color))
!      :background "green" :foreground "black")
      (((class color) (background light))
       :background "darkseagreen2")
      (((class color) (background dark))



reply via email to

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