]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-header-node): Remove unneded tty-specific definition.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Oct 2000 07:48:48 +0000 (07:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Oct 2000 07:48:48 +0000 (07:48 +0000)
lisp/ChangeLog
lisp/info.el

index 7d3342b9f8bbf7976f97fb1dcf49234bd9fc527a..e7e0fac31efb4edb4cafe3da6fdfad08cfb20c2c 100644 (file)
@@ -2,6 +2,7 @@
 
        * info.el (Info-title-1-face, Info-title-2-face)
        (Info-title-3-face): Define colors for tty's.
+       (info-header-node): Remove unneded tty-specific definition.
 
 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
index e08b4e88ef1fe74a5a2a5332c4b6fa41a4a9a721..c375bd871b606e72af093f497cf06fcca969f5a4 100644 (file)
@@ -97,11 +97,7 @@ A header-line does not scroll with the rest of the buffer."
   :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)