(icomplete-prospects-height): Add :group.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 29 May 2008 20:05:36 +0000 (20:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 29 May 2008 20:05:36 +0000 (20:05 +0000)
lisp/ChangeLog
lisp/icomplete.el

index aa61efa..eddd414 100644 (file)
@@ -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.
index 5e2639b..5263627 100644 (file)
@@ -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.