view src/bitmaps/gray.xbm @ 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 (2007-10-22)
parents 8f14d08e19f7
children
line wrap: on
line source
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};