diff options
author | Kelvin White <kwhite@gnu.org> | 2014-11-10 05:38:11 -0500 |
---|---|---|
committer | Kelvin White <kwhite@gnu.org> | 2014-11-10 05:38:11 -0500 |
commit | fbc782bd18464a1a1f70b73c385635f8d5f93409 (patch) | |
tree | 7fc1bb1b1e3604abbc44eaeee91881efc4f99996 /lisp/erc/erc-join.el | |
parent | 02ded86f0731de1c84cda5d56913e932f1bbcfc0 (diff) | |
download | emacs-fbc782bd18464a1a1f70b73c385635f8d5f93409.tar.gz emacs-fbc782bd18464a1a1f70b73c385635f8d5f93409.tar.bz2 emacs-fbc782bd18464a1a1f70b73c385635f8d5f93409.zip |
fix version tags
Diffstat (limited to 'lisp/erc/erc-join.el')
-rw-r--r-- | lisp/erc/erc-join.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index 0a24cb864da..e47e6e0c89e 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el @@ -83,7 +83,7 @@ If the value is `ident', autojoin after successful NickServ identification, or after `erc-autojoin-delay' seconds. Any other value means the same as `connect'." :group 'erc-autojoin - :version "24.5" + :version "24.1" :type '(choice (const :tag "On Connection" connect) (const :tag "When Identified" ident))) @@ -93,7 +93,7 @@ This only takes effect if `erc-autojoin-timing' is `ident'. If NickServ identification occurs before this delay expires, ERC autojoins immediately at that time." :group 'erc-autojoin - :version "24.5" + :version "24.1" :type 'integer) (defcustom erc-autojoin-domain-only t |