From cb7857924bcc4bc1a2c1cec1aa169d63447ac6f8 Mon Sep 17 00:00:00 2001 From: Josh Feinstein Date: Tue, 21 Aug 2012 20:45:51 -0700 Subject: [PATCH] 2012-08-21 Josh Feinstein * erc-join.el (erc-autojoin-timing): Fix defcustom type. --- lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc-join.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 27b1fe8617a..37e755e7655 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-21 Josh Feinstein + + * erc-join.el (erc-autojoin-timing): Fix defcustom type. + 2012-08-21 Julien Danjou * erc-match.el (erc-match-message): Use diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index 85d1edf6427..ae7f90003a6 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el @@ -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. -- 2.39.5