view etc/images/close.xpm @ 67260:f5d06dd5ca9b

(Fcompleting_read): If Vminibuffer_completing_file_name is non-nil, use the new keymaps Vminibuffer_local_filename_completion_map and Vminibuffer_local_must_match_filename_map keymaps. (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Dec 2005 13:55:54 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};