+2000-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
+
2000-11-17 Yuuichi Teranishi <teranisi@gohome.org>
* wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
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)