]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-init-defvars): Don't reset Man-fontify-manpage-flag,
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Aug 2000 14:18:32 +0000 (14:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Aug 2000 14:18:32 +0000 (14:18 +0000)
even if the display doesn't support colors: some displays will
support bold/underline faces.

lisp/ChangeLog
lisp/man.el

index dc404e57c460f3b2e4c00309137030f318fde108..3bacc1cbf0c69d0e75d8fc78b10491c5daa88cfa 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <gerd@gnu.org>
 
        * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
index 783b155c5208e6b708e87427217bd88cad179955..dd53df7bd6311522eb0975451f951bf55d073a5f 100644 (file)
@@ -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