diff lisp/info.el @ 32566:f7ed7c88b2ed

(info-header-node): Remove unneded tty-specific definition.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 17 Oct 2000 07:47:27 +0000
parents 90d5ec551e5d
children 541dabe224ec
line wrap: on
line diff
--- a/lisp/info.el	Tue Oct 17 06:55:04 2000 +0000
+++ b/lisp/info.el	Tue Oct 17 07:47:27 2000 +0000
@@ -97,11 +97,7 @@
   :group 'info)
 
 (defface info-header-node
-  '(;; Because header-lines on tty's are usually reverse-video, the
-    ;; normal info-node colors probably won't look good, so just stick
-    ;; with bold-italic
-    (((type tty) (class color)) (:bold t :italic t))
-    (t (:inherit info-node)))
+  '((t (:inherit info-node)))
   "Face for Info nodes in a node header."
   :group 'info)