emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/icomplete.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/icomplete.el,v
Date: Thu, 29 May 2008 20:03:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/29 20:03:42

Index: icomplete.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/icomplete.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- icomplete.el        29 May 2008 17:40:20 -0000      1.56
+++ icomplete.el        29 May 2008 20:03:42 -0000      1.57
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]