mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(unrmail): Use current-time-string.
This commit is contained in:
parent
5ff0e5ed1a
commit
81d8114e20
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue