Note that versions from CVS may not be reliable.
[riece] / lisp / riece-options.el
index 09403d5..51735ff 100644 (file)
@@ -118,7 +118,8 @@ way is to put Riece variables on .emacs or file loaded from there."
                          riece-log
                          riece-toolbar
                          riece-alias
-                         riece-ctlseq)
+                         riece-ctlseq
+                         riece-keyword)
   "Add-ons insinuated into Riece."
   :type '(repeat symbol)
   :group 'riece-options)
@@ -298,7 +299,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :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))