Mercurial > emacs
changeset 93102:cabe16b2ac03
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 20 Mar 2008 10:28:55 +0000 |
parents | 98814f79eb94 |
children | 19a32f437b65 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 20 10:28:11 2008 +0000 +++ b/lisp/ChangeLog Thu Mar 20 10:28:55 2008 +0000 @@ -6,6 +6,8 @@ (icomplete-compute-delay): Fix docstring and remove spurious *. (icomplete-delay-completions-threshold): Fix typo in docstring and remove spurious *. + (icomplete-completions): While collecting the list of prospective + candidates, don't overshoot `icomplete-prospects-length'. 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>