2012-08-21 Josh Feinstein <jlf@foxtail.org>

* erc-join.el (erc-autojoin-timing): Fix defcustom type.
This commit is contained in:
Josh Feinstein 2012-08-21 20:45:51 -07:00
parent 94e0e5592a
commit cb7857924b
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-08-21 Josh Feinstein <jlf@foxtail.org>
* erc-join.el (erc-autojoin-timing): Fix defcustom type.
2012-08-21 Julien Danjou <julien@danjou.info>
* erc-match.el (erc-match-message): Use

View file

@ -84,8 +84,8 @@ identification, or after `erc-autojoin-delay' seconds.
Any other value means the same as `connect'."
:group 'erc-autojoin
:version "24.1"
:type '(choice (const :tag "On Connection" 'connect)
(const :tag "When Identified" 'ident)))
:type '(choice (const :tag "On Connection" connect)
(const :tag "When Identified" ident)))
(defcustom erc-autojoin-delay 30
"Number of seconds to wait before attempting to autojoin channels.