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: Wed, 03 Jul 2002 03:03:52 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.268 emacs/lisp/faces.el:1.269
*** emacs/lisp/faces.el:1.268   Thu Jun 27 12:09:19 2002
--- emacs/lisp/faces.el Wed Jul  3 03:03:51 2002
***************
*** 1820,1826 ****
       ;; highlighting; this may be too confusing in general, although it
       ;; happens to look good with the only current use of header-lines,
       ;; the info browser. XXX
!      :underline t)
      (((class color grayscale) (background light))
       :background "grey90" :foreground "grey20"
       :box nil)
--- 1820,1827 ----
       ;; highlighting; this may be too confusing in general, although it
       ;; happens to look good with the only current use of header-lines,
       ;; the info browser. XXX
!      :underline t
!      :inverse-video nil)
      (((class color grayscale) (background light))
       :background "grey90" :foreground "grey20"
       :box nil)



reply via email to

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