diff options
| author | Juanma Barranquero | 2008-03-20 10:28:55 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-20 10:28:55 +0000 |
| commit | 7d94fb17ea95a5d62135d0be38ec70d5a922f586 (patch) | |
| tree | 6ba8c6576557c526400cd50d55391bf785403483 /lisp/ChangeLog | |
| parent | 077aec278846386a3c67f8110aa4d0c0754751e8 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 10 | 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 12 | 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 11 | 13 | ||