From: Lars Ingebrigtsen Date: Thu, 23 Sep 2021 20:57:49 +0000 (+0200) Subject: Fix typo in previous man.el change X-Git-Tag: emacs-28.0.90~703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cee5bda68dccfc2cdefba1e2604011a3aaf7881a;p=emacs.git Fix typo in previous man.el change * lisp/man.el (Man-ansi-color-map): Fix typo in last checkin. --- diff --git a/lisp/man.el b/lisp/man.el index 84287c9f9d4..4ef2deac4f3 100644 --- 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)))