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:
parent
5ff0e5ed1a
commit
81d8114e20
@ -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.
|
||||
|
@ -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))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user