* riece-options.el (riece-part-message): New user option.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 4 Feb 2005 23:33:23 +0000 (23:33 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 4 Feb 2005 23:33:23 +0000 (23:33 +0000)
(riece-addons): Enable riece-alias and riece-ctlseq by default.
(riece-max-buffer-size): Change the default value to nil.

lisp/ChangeLog
lisp/riece-options.el

index 92a4245..9e3de58 100644 (file)
@@ -2,6 +2,7 @@
 
        * riece-options.el (riece-part-message): New user option.
        (riece-addons): Enable riece-alias and riece-ctlseq by default.
 
        * riece-options.el (riece-part-message): New user option.
        (riece-addons): Enable riece-alias and riece-ctlseq by default.
+       (riece-max-buffer-size): Change the default value to nil.
 
        * riece-commands.el (riece-command-part): Use riece-part-message.
 
 
        * riece-commands.el (riece-command-part): Use riece-part-message.
 
index 09403d5..c55dd33 100644 (file)
@@ -298,7 +298,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'integer
   :group 'riece-options)
 
   :type 'integer
   :group 'riece-options)
 
-(defcustom riece-max-buffer-size 65535
+(defcustom riece-max-buffer-size nil
   "Maximum size of channel buffers."
   :type '(radio (integer :tag "Number of characters")
                (const nil))
   "Maximum size of channel buffers."
   :type '(radio (integer :tag "Number of characters")
                (const nil))