diff options
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r-- | lisp/erc/erc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 4acb7340fb2..37b24eaaa60 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -104,7 +104,7 @@ (defgroup erc-lurker nil "Hide specified message types sent by lurkers" - :version "24.5" + :version "24.3" :group 'erc-ignore) (defgroup erc-query nil @@ -5291,7 +5291,7 @@ into the ERC buffer, that text is not sent to the IRC server. If the value is nil, `erc-send-current-line' always considers any submitted line to be intentional." :group 'erc - :version "24.5" + :version "24.4" :type '(choice number (other :tag "disabled" nil))) (defun erc-send-current-line () |