From 926a13e272f397120115b4e78ca2d7b8bb60c0a1 Mon Sep 17 00:00:00 2001 From: okazaki Date: Fri, 16 Apr 2004 06:29:19 +0000 Subject: [PATCH] (wl-summary-sync-update): Remove duplicated period in a quit message. --- wl/wl-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 350c5eb..c79f5c9 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1980,7 +1980,7 @@ This function is defined for `window-scroll-functions'" folder)) (format "Updated (-%d/+%d) message(s)" (length delete-list) num)))) - (setq mes "Quit updating."))) + (setq mes "Quit updating"))) ;; synchronize marks. (if (and crossed wl-summary-auto-sync-marks) (wl-summary-sync-marks)) -- 1.7.10.4