From 359cd55879ee0bce87b52547e1d3e3ee087d8108 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Mon, 23 Oct 2023 19:33:32 -0700 Subject: [PATCH 1/3] ; * lisp/erc/erc.el (erc-after-connect): Remove package-version. --- lisp/erc/erc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 7d75ec49ccd..f618fb17076 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2490,7 +2490,6 @@ erc-after-connect 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)) -- 2.41.0