]> git.eshelyaron.com Git - emacs.git/commit
Yield to erc-move-to-prompt before unhiding prompt
authorF. Jason Park <jp@neverwas.me>
Wed, 22 Feb 2023 14:24:17 +0000 (06:24 -0800)
committerF. Jason Park <jp@neverwas.me>
Wed, 22 Feb 2023 14:33:12 +0000 (06:33 -0800)
commitdb7096a532ca031687f9411df621900e869e9e98
tree3ebc17604347d5cbde6fb79fb399096fbac0179f
parentdb21c84bc9458a1ebaf93a4ff5d289ff96ddd33d
Yield to erc-move-to-prompt before unhiding prompt

* lisp/erc/erc-backend.el (erc--hide-prompt): Change hook depth from 0
to 91 to allow the `move-to-prompt' module to do its thing.  This
feature was added by bug#54826 and first appeared in Emacs 29.
* lisp/erc/erc-common.el (erc-server-user): Remove erroneous comment.
The `buffers' field is a list of buffers.
* test/lisp/erc/erc-tests.el (erc-hide-prompt): Use `erc--target'
instead of `erc-default-recipients' because this is new code.
lisp/erc/erc-backend.el
lisp/erc/erc-common.el
test/lisp/erc/erc-tests.el