[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r109737: 2012-08-21 Josh Feinstein <a
From: |
Josh Feinstein |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r109737: 2012-08-21 Josh Feinstein <address@hidden> |
Date: |
Tue, 21 Aug 2012 20:45:51 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 109737
committer: Josh Feinstein <address@hidden>
branch nick: trunk
timestamp: Tue 2012-08-21 20:45:51 -0700
message:
2012-08-21 Josh Feinstein <address@hidden>
* erc-join.el (erc-autojoin-timing): Fix defcustom type.
modified:
lisp/erc/ChangeLog
lisp/erc/erc-join.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog 2012-08-21 07:52:42 +0000
+++ b/lisp/erc/ChangeLog 2012-08-22 03:45:51 +0000
@@ -1,3 +1,7 @@
+2012-08-21 Josh Feinstein <address@hidden>
+
+ * erc-join.el (erc-autojoin-timing): Fix defcustom type.
+
2012-08-21 Julien Danjou <address@hidden>
* erc-match.el (erc-match-message): Use
=== modified file 'lisp/erc/erc-join.el'
--- a/lisp/erc/erc-join.el 2012-04-10 04:43:35 +0000
+++ b/lisp/erc/erc-join.el 2012-08-22 03:45:51 +0000
@@ -84,8 +84,8 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r109737: 2012-08-21 Josh Feinstein <address@hidden>,
Josh Feinstein <=