Mercurial > emacs
diff lisp/ps-print.el @ 85516:6260015b7802
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.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 22 Oct 2007 00:19:51 +0000 |
parents | f873840f9fea |
children | b6f5dc84b2e1 4bc33ffdda1a |