* riece-options.el (riece-quit-timeout): Set default to 1.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 15 Aug 2005 00:18:04 +0000 (00:18 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 15 Aug 2005 00:18:04 +0000 (00:18 +0000)
lisp/ChangeLog
lisp/riece-options.el

index 092c5ae..cd6dccc 100644 (file)
@@ -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.
 
index 2d39612..c037b11 100644 (file)
@@ -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))