]> git.eshelyaron.com Git - emacs.git/commitdiff
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
authorJuri Linkov <juri@jurta.org>
Fri, 2 May 2008 01:04:16 +0000 (01:04 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 2 May 2008 01:04:16 +0000 (01:04 +0000)
etc/NEWS

index d04d628febea67c9c956fce75eb364aaf2bc1736..7e801538b468474caec8980076a887733c4029cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -715,6 +715,12 @@ for the list of extra keys that are available.
 \f
 * 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'.