* erc-join.el (erc-autojoin-timing): Fix defcustom type.
+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
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.