(icomplete-prospects-height): Add :group.
This commit is contained in:
parent
29f313d7dc
commit
dfb4dab1a2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-29 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* icomplete.el (icomplete-prospects-height): Add :group.
|
||||
|
||||
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* icomplete.el (icomplete-prospects-length): Make obsolete.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue