aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-20 10:28:55 +0000
committerJuanma Barranquero2008-03-20 10:28:55 +0000
commit7d94fb17ea95a5d62135d0be38ec70d5a922f586 (patch)
tree6ba8c6576557c526400cd50d55391bf785403483 /lisp/ChangeLog
parent077aec278846386a3c67f8110aa4d0c0754751e8 (diff)
downloademacs-7d94fb17ea95a5d62135d0be38ec70d5a922f586.tar.gz
emacs-7d94fb17ea95a5d62135d0be38ec70d5a922f586.zip
(icomplete-completions): While collecting the list of prospective candidates,
don't overshoot `icomplete-prospects-length'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a812405fd1a..75dbbd5a068 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,8 @@
6 (icomplete-compute-delay): Fix docstring and remove spurious *. 6 (icomplete-compute-delay): Fix docstring and remove spurious *.
7 (icomplete-delay-completions-threshold): Fix typo in docstring and 7 (icomplete-delay-completions-threshold): Fix typo in docstring and
8 remove spurious *. 8 remove spurious *.
9 (icomplete-completions): While collecting the list of prospective
10 candidates, don't overshoot `icomplete-prospects-length'.
9 11
102008-03-20 Dan Nicolaescu <dann@ics.uci.edu> 122008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
11 13