]> git.eshelyaron.com Git - emacs.git/commit
Fix rcirc messages printing in the wrong place
authorThuna <thuna.cing@gmail.com>
Wed, 23 Nov 2022 03:14:36 +0000 (04:14 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 4 May 2023 08:06:32 +0000 (10:06 +0200)
commit8eb6e33691d1c8e95e25e086e1b04669ea4fffdb
tree4d9f0afbb4eb814021de4095d7524d1ff996c838
parent2901a3443c7daa15cbe01947ace3e0980e419028
Fix rcirc messages printing in the wrong place

* lisp/net/rcirc.el (rcirc-send-message): Print the message before
sending it to the server.
(rcirc-print): Get the time with subsecond precision.
* lisp/calendar/parse-time.el (parse-time-string
parse-iso8601-time-string): Accept optional second FORM arguments,
with the same meaning as in `decode-time'.  Mention as such in the
docstring.  (Bug#59501)

Copyright-paperwork-exempt: yes
lisp/calendar/parse-time.el
lisp/net/rcirc.el