view etc/images/widen.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 7b615e6c0ea5
children
line wrap: on
line source

/* XPM */
static char * widen_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 3 1",
" 	c None",
".	c #8d4d97577838",
"X	c black",
/* pixels */
"                        ",
"                        ",
"                        ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .   XX        XX   .  ",
"  .  XX          XX  .  ",
"  . XX            XX .  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  . XX            XX .  ",
"  .  XX          XX  .  ",
"  .   XX        XX   .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"                        ",
"                        ",
"                        "};