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:
4721180
)
* wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
author
teranisi
<teranisi>
Thu, 30 May 2002 06:44:37 +0000
(06:44 +0000)
committer
teranisi
<teranisi>
Thu, 30 May 2002 06:44:37 +0000
(06:44 +0000)
formatting.
wl/ChangeLog
patch
|
blob
|
history
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
290da80
..
53faf8f
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-1,3
+1,8
@@
+2002-05-30 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
+ formatting.
+
2002-05-26 Yuuichi Teranishi <teranisi@gohome.org>
* wl-highlight.el (wl-highlight-summary): Added optional `lazy'
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
a6d7aa8
..
58fb80a
100644
(file)
--- a/
wl/wl-summary.el
+++ b/
wl/wl-summary.el
@@
-4185,7
+4185,7
@@
If ARG, exit virtual folder."
return-path)
(match-string 1 return-path))))
(if ml-count
- (format "%d" (string-to-int ml-count))
+ (format "%.0f" (string-to-number ml-count))
"")))
(defun wl-summary-line-attached ()