mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(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.
This commit is contained in:
parent
6917e6bbc9
commit
240301df36
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user