]> git.eshelyaron.com Git - emacs.git/commit
; Silence byte compiler in erc-netsplit-JOIN
authorF. Jason Park <jp@neverwas.me>
Fri, 19 May 2023 06:47:27 +0000 (23:47 -0700)
committerF. Jason Park <jp@neverwas.me>
Mon, 22 May 2023 01:59:33 +0000 (18:59 -0700)
commit8120f5156ccfa0e4992685a05abcb4838d76fb8a
treed456fc79a593ae1b0d3f69344b5921e61ef391e5
parent71622d70e8bd0f4289df098a8d9b3ab06f4bdcc0
; Silence byte compiler in erc-netsplit-JOIN

* etc/ERC-NEWS: Partially revert edit from c9f1ad2a870 "Revive option
erc-query-on-unjoined-chan-privmsg".
* lisp/erc/erc-netsplit.el (erc-netsplit-JOIN): Silence byte compiler
warning re ignored return value from `delete' when removing nicks.
Could probably suppress rather than reconstitute since the CAR of an
`erc-netsplit-list' entry originates from the trailing "reason" param
of the instigating "QUIT" command and should look something like
"irc.example.org chat.example.org", which cannot be confused for a
nickname.
* test/lisp/erc/resources/erc-scenarios-common.el: Fix wording in
Commentary.
etc/ERC-NEWS
lisp/erc/erc-netsplit.el
test/lisp/erc/resources/erc-scenarios-common.el