]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/erc/erc.el (erc-after-connect): Remove package-version.
authorF. Jason Park <jp@neverwas.me>
Tue, 24 Oct 2023 02:33:32 +0000 (19:33 -0700)
committerF. Jason Park <jp@neverwas.me>
Fri, 27 Oct 2023 20:08:44 +0000 (13:08 -0700)
lisp/erc/erc.el

index 7d75ec49ccd194795a48d67de80086913a811e03..f618fb170768be62e83a3dc0375ead659c6d9a5e 100644 (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))