From ffd4146177aca08a3e3601ffa80517a0739647f5 Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 10 May 2002 13:11:11 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis. --- wl/ChangeLog | 4 ++++ wl/wl-summary.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 0061972..a454a7a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2002-05-10 Hiroya Murata + + * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis. + 2002-05-10 Yuuichi Teranishi * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for diff --git a/wl/wl-summary.el b/wl/wl-summary.el index d397090..4340f82 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4178,8 +4178,8 @@ If ARG, exit virtual folder." (if (string-match "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*" subject-string) - (match-string 2 subject-string)) - ""))) + (match-string 2 subject-string) + "")))) (defun wl-summary-line-attached () (let ((content-type (elmo-msgdb-overview-entity-get-extra-field -- 1.7.10.4