]> git.eshelyaron.com Git - emacs.git/commit
Fix regression in erc-keep-place-indicator-mode
authorF. Jason Park <jp@neverwas.me>
Sun, 31 Dec 2023 01:09:17 +0000 (17:09 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 31 Dec 2023 14:56:32 +0000 (06:56 -0800)
commit4eda77ed335f982460f818ae1b8619cbd32ba77d
tree7ff10e095e6ffd0af9d13a110790302d1faf5d9d
parent91f316d293150c6d025c61949c24fc07136fb1fd
Fix regression in erc-keep-place-indicator-mode

* lisp/erc/erc-goodies.el (erc-keep-place): Revert portion of
65735efdca0 "Improve multi-window erc-keep-place-indicator-mode" that
skipped modifying `window-prev-buffers' when the indicator's minor
mode was enabled.
* test/lisp/erc/erc-scenarios-keep-place-indicator.el: Modify test to
assert that point's place is preserved after switching away from a
buffer with the indicator enabled.
* test/lisp/erc/resources/keep-place/follow.eld: Update.
This feature was originally introduced by bug#59943.
lisp/erc/erc-goodies.el
test/lisp/erc/erc-scenarios-keep-place-indicator.el
test/lisp/erc/resources/keep-place/follow.eld