* wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
authorteranisi <teranisi>
Thu, 30 May 2002 06:44:37 +0000 (06:44 +0000)
committerteranisi <teranisi>
Thu, 30 May 2002 06:44:37 +0000 (06:44 +0000)
 formatting.

wl/ChangeLog
wl/wl-summary.el

index 290da80..53faf8f 100644 (file)
@@ -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'
index a6d7aa8..58fb80a 100644 (file)
@@ -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 ()