Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
This commit is contained in:
parent
63b4387f0d
commit
a9b0825479
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -715,6 +715,12 @@ for the list of extra keys that are available.
|
|||
|
||||
* Incompatible Lisp Changes in Emacs 23.1
|
||||
|
||||
** The argument DEFAULT of minibuffer input functions `read-from-minibuffer',
|
||||
`read-string', `completing-read', `read-buffer', `read-command',
|
||||
`read-variable' now can be a list of default values. The elements of
|
||||
this list are available for inserting to the minibuffer with `M-n'.
|
||||
If the user enters empty input, the first element is used as the default.
|
||||
|
||||
** `functionp' returns nil for special forms.
|
||||
I.e., it only returns t for objects that can be passed to `funcall'.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue