2003-01-06 Mito <mito@mxa.nes.nec.co.jp>
authoryoichi <yoichi>
Mon, 6 Jan 2003 05:08:33 +0000 (05:08 +0000)
committeryoichi <yoichi>
Mon, 6 Jan 2003 05:08:33 +0000 (05:08 +0000)
* wl-summary.el (wl-summary-line-list-info): Use %f to make
list-count instead of %d.

wl/ChangeLog
wl/wl-summary.el

index 0a0516f..475b0f7 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
+
+       * wl-summary.el (wl-summary-line-list-info): Use %f to make
+       list-count instead of %d.
+
 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
index f096a38..ba42408 100644 (file)
@@ -4232,7 +4232,7 @@ If ARG, exit virtual folder."
 (defun wl-summary-line-list-info ()
   (let ((list-info (wl-summary-get-list-info wl-message-entity)))
     (if (car list-info)
-       (format (if (cdr list-info) "(%s %05d)" "(%s)")
+       (format (if (cdr list-info) "(%s %05.0f)" "(%s)")
                (car list-info) (cdr list-info))
       "")))