]> git.eshelyaron.com Git - emacs.git/commitdiff
(header-line): Suppress inverse-video on ttys.
authorMiles Bader <miles@gnu.org>
Wed, 3 Jul 2002 07:03:51 +0000 (07:03 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 3 Jul 2002 07:03:51 +0000 (07:03 +0000)
lisp/faces.el

index 7271edeed157a1207e145e820165ede3357f92d9..2ee70a336d7d50e991068416b1489f145a9dcc48 100644 (file)
@@ -1820,7 +1820,8 @@ created."
      ;; 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)