From: Juanma Barranquero Date: Thu, 29 May 2008 20:05:36 +0000 (+0000) Subject: (icomplete-prospects-height): Add :group. X-Git-Tag: emacs-pretest-23.0.90~5223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfb4dab1a22926befbef30fb9f2105f515374e46;p=emacs.git (icomplete-prospects-height): Add :group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa61efaaa67..eddd41438da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-05-29 Juanma Barranquero + + * icomplete.el (icomplete-prospects-height): Add :group. + 2008-05-29 Stefan Monnier * icomplete.el (icomplete-prospects-length): Make obsolete. diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 5e2639bb566..52636274633 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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.