diff options
author | Juri Linkov <juri@jurta.org> | 2008-05-02 01:04:16 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-05-02 01:04:16 +0000 |
commit | a9b0825479edbb171b5c627fb8fb9bff8eaa7091 (patch) | |
tree | 8683b523d8c337bf148bb71c72c80ee5f733b529 /etc | |
parent | 63b4387f0db8370c2a269cb44101345dec84434c (diff) | |
download | emacs-a9b0825479edbb171b5c627fb8fb9bff8eaa7091.tar.gz |
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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'. |