1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(unrmail): Use current-time-string.

This commit is contained in:
Glenn Morris 2009-02-06 07:33:20 +00:00
parent 5ff0e5ed1a
commit 81d8114e20
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -194,8 +194,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(or
(and date
(ignore-errors
(format-time-string
"%a %b %e %T %Y"
(current-time-string
(date-to-time date))))
(current-time-string))))))