(info-header-node): Remove unneded tty-specific definition.

This commit is contained in:
Eli Zaretskii 2000-10-17 07:48:48 +00:00
parent 6a45ac9cbd
commit 4ad6e379ed
2 changed files with 2 additions and 5 deletions

View 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>

View 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)