Mercurial > emacs
diff etc/NEWS @ 106109:42ca82b4620b
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
* simple.el (with-wrapper-hook): ...to here. Add argument `args'.
* minibuffer.el (completion-in-region-functions): New hook.
(completion-in-region): New function.
* emacs-lisp/lisp.el (lisp-complete-symbol):
* pcomplete.el (pcomplete-std-complete): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Nov 2009 03:12:51 +0000 |
parents | cd4cbab8bb21 |
children | fdcf81336623 |
line wrap: on
line diff
--- a/etc/NEWS Thu Nov 19 01:40:22 2009 +0000 +++ b/etc/NEWS Thu Nov 19 03:12:51 2009 +0000 @@ -299,6 +299,9 @@ * Lisp changes in Emacs 23.2 +** New function `completion-in-region' to use the standard completion +facilities on a particular region of text. + ** The 4th arg to all-completions (aka hide-spaces) is declared obsolete. ** read-file-name-predicate is obsolete. It was used to pass the predicate