changeset 31005:70fe74e07912

(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.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 21 Aug 2000 14:17:19 +0000
parents 9af2fb7c9123
children 86a1ed13f0f2
files lisp/man.el
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Mon Aug 21 11:44:42 2000 +0000
+++ b/lisp/man.el	Mon Aug 21 14:17:19 2000 +0000
@@ -367,11 +367,6 @@
   "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