Mercurial > emacs
changeset 95391:436059aff075
(icomplete-prospects-height): Add :group.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 29 May 2008 20:03:42 +0000 |
parents | dbcab9d8dd2a |
children | 838b2bca5a6f |
files | lisp/icomplete.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.