# HG changeset patch # User Glenn Morris # Date 1233905600 0 # Node ID 6babeadc07c9947c27ef6562b2ba342c97e90728 # Parent 0b38f4f78a98485652f99a2f19616aa3b3f11094 (unrmail): Use current-time-string. diff -r 0b38f4f78a98 -r 6babeadc07c9 lisp/ChangeLog --- 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 + * 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. diff -r 0b38f4f78a98 -r 6babeadc07c9 lisp/mail/unrmail.el --- 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))))))