]> git.eshelyaron.com Git - emacs.git/commit
Simplify message-unique-id etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Dec 2021 02:35:27 +0000 (18:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Dec 2021 07:24:09 +0000 (23:24 -0800)
commitf4d7ca73e3ab975fd920a2b0f2d1a7fdb5276d99
tree122ab47a5a2289b703625ecc4b16622d226042e1
parent524c42fa0eb9e4bf02d39e4d04353a354a84cebc
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.
lisp/gnus/message.el
lisp/net/sasl.el