]> git.eshelyaron.com Git - emacs.git/commit
Rename erc-channel-users to erc-channel-members
authorF. Jason Park <jp@neverwas.me>
Sun, 30 Apr 2023 15:09:29 +0000 (08:09 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:53:55 +0000 (21:53 +0100)
commit92dac7c52a448ae7b8c44ff6e7b3a576daff15a1
treebddc0fe8550e3e772e1624e04c1a2d0dae49fa57
parent8c4461cb98d63b2d47d7bb84d91bda84f006cec5
Rename erc-channel-users to erc-channel-members

* etc/ERC-NEWS: Mention name change.
* lisp/erc/erc-backend.el (erc-process-sentinel): Don't create an
empty `erc-channel-users' hash table in server buffers.  This is
arguably a bug fix as well as a minor breaking change.
* lisp/erc/erc-common.el (erc-get-channel-user,
erc-get-channel-member): Rename and alias former to latter.
* lisp/erc/erc.el (erc-channel-users, erc-channel-members): Rename
former to latter.  The old name invited much confusion because the
table's values are not mere `erc-channel-user' instances but cons
cells that include them and their corresponding server users.

(cherry picked from commit 08ec3e89793646787698cb5edd1681f498c266cf)
etc/ERC-NEWS
lisp/erc/erc-backend.el
lisp/erc/erc-common.el
lisp/erc/erc.el