forked from Github/emacs
Fix typo in previous man.el change
* lisp/man.el (Man-ansi-color-map): Fix typo in last checkin.
This commit is contained in:
parent
d4a6e42e92
commit
cee5bda68d
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ the manpage buffer."
|
|||
|
||||
(defvar Man-ansi-color-map
|
||||
(with-no-warnings
|
||||
(let ((ansi-color-faces-vector Man-ansi-color-basic-faces-vector))
|
||||
(let ((ansi-color-faces-vector
|
||||
[ default Man-overstrike default Man-underline
|
||||
Man-underline default default Man-reverse ]))
|
||||
(ansi-color-make-color-map)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue