From: okazaki Date: Fri, 16 Apr 2004 06:29:19 +0000 (+0000) Subject: (wl-summary-sync-update): Remove duplicated period in a quit message. X-Git-Tag: wl-2_11_25~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=926a13e272f397120115b4e78ca2d7b8bb60c0a1;p=elisp%2Fwanderlust.git (wl-summary-sync-update): Remove duplicated period in a quit message. --- 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))