From 8aaba1c98eaa6578d0a0356dc8fa0391aa91b362 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 16 Dec 2005 19:07:32 +0000 Subject: [PATCH] Add minibuffer-completion-contents. --- etc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index c8c8c61fc42..45ef93a9ae4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4186,6 +4186,11 @@ for directories, and completion inside it shows only directories. ** 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 -- 2.11.4.GIT