1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

; * lisp/erc/erc.el (erc-after-connect): Remove package-version.

This commit is contained in:
F. Jason Park 2023-10-23 19:33:32 -07:00
parent e9205323e1
commit a491a3d835

View File

@ -2490,7 +2490,6 @@ ERC calls members with `erc-server-announced-name', falling back
to the 376/422 message's \"sender\", as well as the current nick,
as given by the 376/422 message's \"target\" parameter, which is
typically the same as that reported by `erc-current-nick'."
:package-version '(ERC . "5.6") ; FIXME sync on release
:group 'erc-hooks
:type '(repeat function))