From: yamaoka Date: Mon, 20 Nov 2000 04:50:45 +0000 (+0000) Subject: * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C". X-Git-Tag: wl-2_4_0pre3~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2c28b29d635fee5e95756744a18a41dc6892e100;p=elisp%2Fwanderlust.git * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C". --- diff --git a/wl/ChangeLog b/wl/ChangeLog index d49d198..a1d5093 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2000-11-20 Katsumi Yamaoka + + * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C". + 2000-11-17 Yuuichi Teranishi * wl-util.el (toplevel): Don't define wl-biff if `timer-activate' diff --git a/wl/wl-e21.el b/wl/wl-e21.el index 04e2a35..a493abb 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -502,7 +502,8 @@ wl-modeline-biff-state-off wl-biff-state-indicator-off))) (defun wl-make-date-string () - (format-time-string "%a, %d %b %Y %T %z")) + (let ((system-time-locale "C")) + (format-time-string "%a, %d %b %Y %T %z"))) (defalias 'wl-setup-folder 'wl-e21-setup-folder-toolbar)