diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -256,6 +256,11 @@ Command*'. | |||
| 256 | 256 | ||
| 257 | * Lisp changes in Emacs 23.2 | 257 | * Lisp changes in Emacs 23.2 |
| 258 | 258 | ||
| 259 | ** read-file-name-predicate is obsolete. It was used to pass the predicate | ||
| 260 | to read-file-name-internal because read-file-name-internal abused its `pred' | ||
| 261 | argument to pass the current directory, but this hack is not needed | ||
| 262 | any more. | ||
| 263 | |||
| 259 | ** completion-base-size is obsoleted by completion-base-position. | 264 | ** completion-base-size is obsoleted by completion-base-position. |
| 260 | This change causes a few backward incompatibilities, mostly with | 265 | This change causes a few backward incompatibilities, mostly with |
| 261 | choose-completion-string-functions where the `mini-p' argument has | 266 | choose-completion-string-functions where the `mini-p' argument has |