From: ueno Date: Mon, 15 Aug 2005 00:18:04 +0000 (+0000) Subject: * riece-options.el (riece-quit-timeout): Set default to 1. X-Git-Tag: channel-coding-branchpoint~95 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e65e7c31ccd470723dc9bb8a20cf35ffb56b2248;p=elisp%2Friece.git * riece-options.el (riece-quit-timeout): Set default to 1. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 092c5ae..cd6dccc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-08-15 Daiki Ueno + * 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 --- 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))