]> git.eshelyaron.com Git - emacs.git/commit
Clarify warning for process-dependent input in ERC
authorF. Jason Park <jp@neverwas.me>
Tue, 28 Nov 2023 03:41:09 +0000 (19:41 -0800)
committerF. Jason Park <jp@neverwas.me>
Mon, 18 Dec 2023 04:17:55 +0000 (20:17 -0800)
commit11bae96d23b0e3c726be55c34a0493d49d57d2e8
tree4a68ee21b8635dfdf407b80af5368bf3d326fb0a
parent4ee4865ce208c423afc8c2718922272509a4c1ae
Clarify warning for process-dependent input in ERC

* lisp/erc/erc.el (erc--check-prompt-input-for-running-process):
Resolve dissonance between content of ancient `user-error' message and
condition that triggered it by favoring the former because it's
supported by the underlying mechanism, which revolves around the
`process-not-needed' symbol property.
* test/lisp/erc/erc-tests.el (erc--check-prompt-input-functions):
Revise expected output for error assertion.  (Bug#66073, originally
from bug#54536, and included for discussion in bug#67677)
lisp/erc/erc.el
test/lisp/erc/erc-tests.el