projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a6e42
)
Fix typo in previous man.el change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 23 Sep 2021 20:57:49 +0000
(22:57 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 23 Sep 2021 20:57:53 +0000
(22:57 +0200)
* lisp/man.el (Man-ansi-color-map): Fix typo in last checkin.
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 84287c9f9d402d34f70ae0dc0b695f8118a52a90..4ef2deac4f374e48765c70073df4f0339321946b 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-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)))