Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.

This commit is contained in:
Juri Linkov 2008-05-02 01:04:16 +00:00
parent 63b4387f0d
commit a9b0825479

View file

@ -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'.