aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-11-19 03:12:51 +0000
committerStefan Monnier2009-11-19 03:12:51 +0000
commita185548b1cd687da0f31c0556c003e7a544b35d7 (patch)
treeac50feb064aef7c1dd14729fc9980e797473f51a /etc
parent87e32266f0fc8467bc8280c9b73b7c5ab9d5f951 (diff)
downloademacs-a185548b1cd687da0f31c0556c003e7a544b35d7.tar.gz
emacs-a185548b1cd687da0f31c0556c003e7a544b35d7.zip
* 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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aad0d2a3375..ebc4f516608 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -299,6 +299,9 @@ the variable `byte-compile-compatibility') has been removed.
299 299
300* Lisp changes in Emacs 23.2 300* Lisp changes in Emacs 23.2
301 301
302** New function `completion-in-region' to use the standard completion
303facilities on a particular region of text.
304
302** The 4th arg to all-completions (aka hide-spaces) is declared obsolete. 305** The 4th arg to all-completions (aka hide-spaces) is declared obsolete.
303 306
304** read-file-name-predicate is obsolete. It was used to pass the predicate 307** read-file-name-predicate is obsolete. It was used to pass the predicate