changeset 85517:ecea7a8a89d5

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 22 Oct 2007 00:20:06 +0000
parents 6260015b7802
children 50f694f3549c
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 22 00:19:51 2007 +0000
+++ b/src/ChangeLog	Mon Oct 22 00:20:06 2007 +0000
@@ -1,3 +1,14 @@
+2007-10-22  Juri Linkov  <juri@jurta.org>
+
+	* minibuf.c: Allow minibuffer default to be a list of default values.
+	With empty input use the first element of this list as returned default.
+	(string_to_object):
+	(read_minibuf_noninteractive):  If defalt is cons, set val to its car.
+	(read_minibuf): If defalt is cons, set histstring to its car.
+	(Fread_string): If default_value is cons, set val to its car.
+	(Fread_buffer): If def is cons, use its car.
+	(Fcompleting_read): If defalt is cons, set val to its car.
+
 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
 	* fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.