]> git.eshelyaron.com Git - emacs.git/commit
Simplify soap-decode-data-time use of encode-time
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 May 2023 02:48:18 +0000 (19:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 May 2023 02:49:02 +0000 (19:49 -0700)
commit96c43d398a960361308cec536f3519ad5a74c61c
tree7f47a77586cf6580223a0e3511e41cd37f04ab99
parent30501083f2ff24ee1291a68e83c65b89c644f44b
Simplify soap-decode-data-time use of encode-time

* lisp/net/soap-client.el (soap-decode-date-time):
Call encode-time directly instead of via ‘apply’.
No need for the two nil args.
lisp/net/soap-client.el