From 240301df360c428e8186b960471b71ba41a04aef Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Aug 2000 14:18:32 +0000 Subject: [PATCH] (Man-init-defvars): Don't reset Man-fontify-manpage-flag, even if the display doesn't support colors: some displays will support bold/underline faces. --- lisp/ChangeLog | 6 ++++++ lisp/man.el | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc404e57c46..3bacc1cbf0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-08-21 Eli Zaretskii + + * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, + even if the display doesn't support colors: some displays will + support bold/underline faces. + 2000-08-21 Gerd Moellmann * emacs-lisp/cl.el (cl-macroexpand): Doc fix. diff --git a/lisp/man.el b/lisp/man.el index 783b155c520..dd53df7bd63 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -367,11 +367,6 @@ This regular expression should start with a `^' character.") "Used for initialising variables based on display's color support. This is necessary if one wants to dump man.el with Emacs." - ;; The following is necessary until fonts are implemented on - ;; terminals. - (setq Man-fontify-manpage-flag (and Man-fontify-manpage-flag - (display-color-p))) - ;; Avoid possible error in call-process by using a directory that must exist. (let ((default-directory "/")) (setq Man-sed-script -- 2.11.4.GIT