From: yoichi Date: Mon, 11 Nov 2002 04:26:53 +0000 (+0000) Subject: remove period from the message in wl-summary-target-mark-prefetch X-Git-Tag: wl-2_10_0pre2~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f987628e88031d5d61208629575e31e17776d29;p=elisp%2Fwanderlust.git remove period from the message in wl-summary-target-mark-prefetch --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 2442d14..0f3b16a 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3765,7 +3765,7 @@ If ARG, exit virtual folder." (setq skipped (cons (car mlist) skipped))) (setq mlist (cdr mlist))) (setq wl-summary-buffer-target-mark-list skipped) - (message "Prefetching... %d/%d message(s)." count length) + (message "Prefetching... %d/%d message(s)" count length) (set-buffer-modified-p nil)))) (defun wl-summary-target-mark-refile-subr (copy-or-refile)