From: Juri Linkov Date: Fri, 16 Dec 2005 19:07:32 +0000 (+0000) Subject: Add minibuffer-completion-contents. X-Git-Tag: emacs-pretest-22.0.90~5238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8aaba1c98eaa6578d0a0356dc8fa0391aa91b362;p=emacs.git Add minibuffer-completion-contents. --- diff --git a/etc/NEWS b/etc/NEWS index c8c8c61fc42..45ef93a9ae4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4185,6 +4185,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