# HG changeset patch # User Juanma Barranquero # Date 1212091422 0 # Node ID 436059aff075f93a9dccd44859c7a5b7d236f563 # Parent dbcab9d8dd2a04704b5081edd61716acc57e5f2d (icomplete-prospects-height): Add :group. diff -r dbcab9d8dd2a -r 436059aff075 lisp/icomplete.el --- a/lisp/icomplete.el Thu May 29 17:40:20 2008 +0000 +++ b/lisp/icomplete.el Thu May 29 20:03:42 2008 +0000 @@ -77,7 +77,8 @@ ;; try to guess the number of lines used up by icomplete-prospects-length. (+ 1 (/ (+ icomplete-prospects-length 20) (window-width))) "Maximum number of lines to use in the minibuffer." - :type 'integer) + :type 'integer + :group 'icomplete) (defcustom icomplete-compute-delay .3 "Completions-computation stall, used only with large-number completions.