From: teranisi Date: Thu, 30 May 2002 06:44:37 +0000 (+0000) Subject: * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count X-Git-Tag: elmo-mark-root~95 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c3a7e8652ff6fa4d815253d9b3aa6c59c0239b;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count formatting. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 290da80..53faf8f 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-05-30 Yuuichi Teranishi + + * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count + formatting. + 2002-05-26 Yuuichi Teranishi * 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 --- 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 ()