From d4c25914115ce119cac5d9c0f66ff10a0fedcf9f Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 7 Feb 2007 09:57:36 +0000 Subject: [PATCH] Fix previous commit. --- lisp/gnus-cite.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el index 832e2513d..115106f0c 100644 --- a/lisp/gnus-cite.el +++ b/lisp/gnus-cite.el @@ -297,7 +297,7 @@ It is merged with the face for the cited text belonging to the attribution." (defcustom gnus-cite-face-list '(gnus-cite-1 gnus-cite-2 gnus-cite-3 gnus-cite-4 gnus-cite-5 gnus-cite-6 - gnus-cite-7 gnus-cite-8 gnus-cite-9 gnus-cite-10 gnus-cite-11) + gnus-cite-7 gnus-cite-8 gnus-cite-9 gnus-cite-10 gnus-cite-11) "*List of faces used for highlighting citations. When there are citations from multiple articles in the same message, @@ -315,7 +315,7 @@ This should make it easier to see who wrote what." `((gnus-message-search-citation-line ,@(let ((list nil) (count 1)) - (dolist (face gnus-cite-face-list (nreverse list)) + (dolist (face value (nreverse list)) (push (list count (list 'quote face) 'prepend t) list) (setq count (1+ count))))))))))) -- 2.25.1