aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2008-05-02 01:04:16 +0000
committerJuri Linkov <[email protected]>2008-05-02 01:04:16 +0000
commita9b0825479edbb171b5c627fb8fb9bff8eaa7091 (patch)
tree8683b523d8c337bf148bb71c72c80ee5f733b529
parent63b4387f0db8370c2a269cb44101345dec84434c (diff)
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d04d628feb..7e801538b4 100644
--- a/etc/NEWS
+++ b/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'.