mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
2012-08-21 Josh Feinstein <jlf@foxtail.org>
* erc-join.el (erc-autojoin-timing): Fix defcustom type.
This commit is contained in:
parent
94e0e5592a
commit
cb7857924b
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue