]> git.eshelyaron.com Git - emacs.git/commit
Fix regression in erc-send-input-line
authorF. Jason Park <jp@neverwas.me>
Tue, 22 Mar 2022 02:21:57 +0000 (19:21 -0700)
committerF. Jason Park <jp@neverwas.me>
Thu, 30 Jun 2022 22:19:53 +0000 (15:19 -0700)
commita9d89d083ac5bf0b9fd5568d42e565aba0b6e13f
tree90819c90c517a0a23c4428ba48cc884df58bc8ce
parent05902243431c877011a0bf6ce38c9230d0ef0721
Fix regression in erc-send-input-line

* lisp/erc/erc.el (erc-send-input-line): Restore remedial single-space
padding to ensure empty messages typed at the prompt without an
explicit /msg aren't rejected by the server.  This behavior is only
noticeable when `erc-send-whitespace-lines' is active.

* test/lisp/erc/erc-tests.el (erc-process-input-line): Add trailing
newline to more correctly simulate how it's actually called by
`erc-send-input'. (Bug#50008)
lisp/erc/erc.el
test/lisp/erc/erc-tests.el