emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Fri, 02 May 2008 01:04:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/05/02 01:04:16

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1738
retrieving revision 1.1739
diff -u -b -r1.1738 -r1.1739
--- NEWS        30 Apr 2008 05:50:02 -0000      1.1738
+++ NEWS        2 May 2008 01:04:16 -0000       1.1739
@@ -715,6 +715,12 @@
 
 * 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'.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]