]> git.eshelyaron.com Git - emacs.git/commit
Allow minibuffer default to be a list of default values.
authorJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:20:06 +0000 (00:20 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:20:06 +0000 (00:20 +0000)
commitfb30dfd235a7528f77d0e39f737545562e209461
tree938f567f187d1387f28c43ab4f027bc8be77eb65
parentb38fc7f11ade8c23edd9581b5ab2d3c062da6256
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.
src/ChangeLog
src/minibuf.c