diff options
| author | Glenn Morris | 2009-02-06 07:33:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-06 07:33:20 +0000 |
| commit | 81d8114e203ba2c9dc71ab82ecd6d4f653466f64 (patch) | |
| tree | e6ac860acde09e9a193aba314515bb834b79a22e /lisp/mail | |
| parent | 5ff0e5ed1a05f73bf50698cc5603b5b6e55f56a5 (diff) | |
| download | emacs-81d8114e203ba2c9dc71ab82ecd6d4f653466f64.tar.gz emacs-81d8114e203ba2c9dc71ab82ecd6d4f653466f64.zip | |
(unrmail): Use current-time-string.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/unrmail.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index bd000deddd2..395e7d2e2e6 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -194,8 +194,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'." | |||
| 194 | (or | 194 | (or |
| 195 | (and date | 195 | (and date |
| 196 | (ignore-errors | 196 | (ignore-errors |
| 197 | (format-time-string | 197 | (current-time-string |
| 198 | "%a %b %e %T %Y" | ||
| 199 | (date-to-time date)))) | 198 | (date-to-time date)))) |
| 200 | (current-time-string)))))) | 199 | (current-time-string)))))) |
| 201 | 200 | ||