Mercurial > emacs
changeset 67620:b0794ecc7df6
Add minibuffer-completion-contents.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 16 Dec 2005 19:07:32 +0000 |
parents | 8ae5d2f218aa |
children | 0d6832f365fb |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Dec 16 19:05:54 2005 +0000 +++ b/etc/NEWS Fri Dec 16 19:07:32 2005 +0000 @@ -4186,6 +4186,11 @@ ** Completion changes: +++ +*** The new function `minibuffer-completion-contents' returns the contents +of the minibuffer just before point. That is what completion commands +operate on. + ++++ *** The functions `all-completions' and `try-completion' now accept lists of strings as well as hash-tables additionally to alists, obarrays and functions. Furthermore, the function `test-completion' is now