projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1f400
)
remove period from the message in wl-summary-target-mark-prefetch
author
yoichi
<yoichi>
Mon, 11 Nov 2002 04:27:39 +0000
(
04:27
+0000)
committer
yoichi
<yoichi>
Mon, 11 Nov 2002 04:27:39 +0000
(
04:27
+0000)
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
a69659e
..
d48b752
100644
(file)
--- a/
wl/wl-summary.el
+++ b/
wl/wl-summary.el
@@
-3804,7
+3804,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)