X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-options.el;h=ba3ca54d0a954c80209fab8619de8ac8ec2dab08;hb=6d41b61916f102a2972cc2fb71862926e0092845;hp=897c8763d0ac8a7e96654ee33fb7a119dedc1413;hpb=4a30d54b4a864b0e9e6aa3a45dcd5d738e0861e6;p=elisp%2Friece.git diff --git a/lisp/riece-options.el b/lisp/riece-options.el index 897c876..ba3ca54 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -233,11 +233,6 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'boolean :group 'riece-options) -(defcustom riece-connection-timeout 60 - "Default timeout interval." - :type 'integer - :group 'riece-server) - (defcustom riece-buffer-dispose-function #'bury-buffer "Function called after the buffer was disposed." :type 'function @@ -248,6 +243,11 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'function :group 'riece-options) +(defcustom riece-channel-history-length 3 + "Length of riece-channel-history." + :type 'integer + :group 'riece-options) + (provide 'riece-options) ;;; riece-options.el ends here