projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d39c3
)
* riece-options.el (riece-quit-timeout): Set default to 1.
author
ueno
<ueno>
Mon, 15 Aug 2005 00:18:04 +0000
(
00:18
+0000)
committer
ueno
<ueno>
Mon, 15 Aug 2005 00:18:04 +0000
(
00:18
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-options.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
092c5ae
..
cd6dccc
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2005-08-15 Daiki Ueno <ueno@unixuser.org>
+ * riece-options.el (riece-quit-timeout): Set default to 1.
+
* riece-irc.el (riece-irc-quit-server-process): Display message
before/after sending QUIT.
diff --git
a/lisp/riece-options.el
b/lisp/riece-options.el
index
2d39612
..
c037b11
100644
(file)
--- a/
lisp/riece-options.el
+++ b/
lisp/riece-options.el
@@
-236,7
+236,7
@@
way is to put Riece variables on .emacs or file loaded from there."
:type 'boolean
:group 'riece-server)
-(defcustom riece-quit-timeout 10
+(defcustom riece-quit-timeout 1
"Quit timeout when there is no response from server."
:type '(radio (integer :tag "Seconds")
(const nil))