changeset 101830:6babeadc07c9

(unrmail): Use current-time-string.
author Glenn Morris <rgm@gnu.org>
date Fri, 06 Feb 2009 07:33:20 +0000
parents 0b38f4f78a98
children 20072969284d
files lisp/ChangeLog lisp/mail/unrmail.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 06 04:00:00 2009 +0000
+++ b/lisp/ChangeLog	Fri Feb 06 07:33:20 2009 +0000
@@ -1,5 +1,7 @@
 2009-02-06  Glenn Morris  <rgm@gnu.org>
 
+	* mail/unrmail.el (unrmail): Use current-time-string.
+
 	* simple.el (kill-whole-line): Provide a default argument of 1.
 
 	* mail/undigest.el (rmail-mail-separator): Delete.
--- a/lisp/mail/unrmail.el	Fri Feb 06 04:00:00 2009 +0000
+++ b/lisp/mail/unrmail.el	Fri Feb 06 07:33:20 2009 +0000
@@ -194,8 +194,7 @@
 				  (or
 				   (and date
 					(ignore-errors
-					 (format-time-string
-					  "%a %b %e %T %Y"
+					 (current-time-string
 					  (date-to-time date))))
 				   (current-time-string))))))