From: Eli Zaretskii Date: Tue, 17 Oct 2000 07:48:48 +0000 (+0000) Subject: (info-header-node): Remove unneded tty-specific definition. X-Git-Tag: emacs-pretest-21.0.90~814 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ad6e379ed00ffd3291f5bfb18cf784e500d1a77;p=emacs.git (info-header-node): Remove unneded tty-specific definition. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d3342b9f8b..e7e0fac31ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/info.el b/lisp/info.el index e08b4e88ef1..c375bd871b6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)