]> git.eshelyaron.com Git - emacs.git/commit
Bury new ERC buffers by default
authorF. Jason Park <jp@neverwas.me>
Wed, 7 Sep 2022 02:09:54 +0000 (19:09 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 20 Sep 2022 00:54:46 +0000 (17:54 -0700)
commit132d5cb0a3ec94afbb49772631861e00160ffffb
tree4a9b676241ef7f813cdb1abd051421140619b599
parent01de334c78ee3a887aa15a65d670ae8a63f0a5b2
Bury new ERC buffers by default

* lisp/erc/erc.el (erc-join-buffer): Change default value to `bury'.
(erc-setup-buffer): Make `window-noselect' behave more like its
description and abstain from ever replacing the current buffer.
* test/lisp/erc/erc-scenarios-base-reconnect.el
(erc-scenarios-common-base-reconnect-options): Update helper to handle
new default value for option `erc-join-buffer'.
(erc-scenarios-base-reconnect-options--buffer): Update and rename
function `erc-scenarios-base-reconnect-options--default'.
(erc-scenarios-base-reconnect-options--default): Update and rename
function `erc-scenarios-base-reconnect-options--bury'.
* etc/ERC-NEWS: Update existing display-buffers section for 5.5.
(Bug#51753)
etc/ERC-NEWS
lisp/erc/erc.el
test/lisp/erc/erc-scenarios-base-reconnect.el