emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cee5bda 3/3: Fix typo in previous man.el change


From: Lars Ingebrigtsen
Subject: master cee5bda 3/3: Fix typo in previous man.el change
Date: Thu, 23 Sep 2021 16:58:00 -0400 (EDT)

branch: master
commit cee5bda68dccfc2cdefba1e2604011a3aaf7881a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in previous man.el change
    
    * lisp/man.el (Man-ansi-color-map): Fix typo in last checkin.
---
 lisp/man.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/man.el b/lisp/man.el
index 84287c9..4ef2deac 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]