]> git.eshelyaron.com Git - emacs.git/commit
Call erc-login indirectly via new generic wrapper
authorF. Jason Park <jp@neverwas.me>
Sun, 18 Sep 2022 08:49:23 +0000 (01:49 -0700)
committerAmin Bandali <bandali@gnu.org>
Thu, 24 Nov 2022 01:11:55 +0000 (20:11 -0500)
commitae254a65cd6c0292865c449d639140f5d149f68e
tree782639c1dced80cec5a4c919dd6c4d9c880929e7
parent4c4936fab2ecd97ff6e03e5cfe12def4626c718b
Call erc-login indirectly via new generic wrapper

* lisp/erc/erc-backend (erc--register-connection): Add new internal
generic function that defers to `erc-login' by default.
(erc-process-sentinel, erc-server-connect): Call
`erc--register-connection' instead of `erc-login'.
lisp/erc/erc-backend.el