diff options
| author | Stefan Monnier | 2009-11-19 03:12:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-19 03:12:51 +0000 |
| commit | a185548b1cd687da0f31c0556c003e7a544b35d7 (patch) | |
| tree | ac50feb064aef7c1dd14729fc9980e797473f51a /etc | |
| parent | 87e32266f0fc8467bc8280c9b73b7c5ab9d5f951 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 303 | facilities 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 |