diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-12-05 18:35:27 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-12-05 23:24:09 -0800 |
commit | f4d7ca73e3ab975fd920a2b0f2d1a7fdb5276d99 (patch) | |
tree | 122ab47a5a2289b703625ecc4b16622d226042e1 /lisp/mail/mail-utils.el | |
parent | 524c42fa0eb9e4bf02d39e4d04353a354a84cebc (diff) | |
download | emacs-f4d7ca73e3ab975fd920a2b0f2d1a7fdb5276d99.tar.gz emacs-f4d7ca73e3ab975fd920a2b0f2d1a7fdb5276d99.tar.bz2 emacs-f4d7ca73e3ab975fd920a2b0f2d1a7fdb5276d99.zip |
Simplify message-unique-id etc.
* lisp/gnus/message.el (message-unique-id):
* lisp/net/sasl.el (sasl-unique-id-function):
Avoid unnecessary consing and reliance on internal timestamp
format by using (time-convert nil 'integer) which typically does
no consing, instead of using (current-time) and then ignoring
the subsecond parts of the generated list.
Diffstat (limited to 'lisp/mail/mail-utils.el')
0 files changed, 0 insertions, 0 deletions