changeset 46145:9319ffebc601

(header-line): Suppress inverse-video on ttys.
author Miles Bader <miles@gnu.org>
date Wed, 03 Jul 2002 07:03:51 +0000
parents 8c00672a779a
children f883ac732e39
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Tue Jul 02 19:22:26 2002 +0000
+++ b/lisp/faces.el	Wed Jul 03 07:03:51 2002 +0000
@@ -1820,7 +1820,8 @@
      ;; 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)
+     :underline t
+     :inverse-video nil)
     (((class color grayscale) (background light))
      :background "grey90" :foreground "grey20"
      :box nil)