view lisp/toolbar/gud-down.xpm @ 50914:26edd9033fca

Use the original buffer-name as `base' in place of the nondirectory part of the file name. (uniquify-rationalize-file-buffer-names): Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 May 2003 13:19:15 +0000
parents 9c5f4d80a59c
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"24 24 14 1",
" 	c #C0C0C0C0C0C0",
".	c #000000000000",
"X	c #7F7F7F7F7F7F",
"o	c #2D2D2D2D2D2D",
"O	c #616161616161",
"+	c #FFFFCCCC6666",
"@	c #929255550000",
"#	c #696969696969",
"$	c #6D6DAAAAFFFF",
"%	c #49495555AAAA",
"&	c #333333339999",
"*	c #434343434343",
"=	c #6666FFFF6666",
"-	c #4949AAAA5555",
"                        ",
"                        ",
"                        ",
"                        ",
"                 .      ",
"                 .      ",
"                 .      ",
"               . . .    ",
"               X...X    ",
"                ...     ",
"     oooooooooooX.X     ",
"     O+++++++++O .      ",
"     .@@@@@@@@@.        ",
"    ...............     ",
"    #$%$$$$$$$$$%$#     ",
"    o%&%%%%%%%%%&%o     ",
"    ...............     ",
"     *===========*      ",
"     o-----------.      ",
"     o............      ",
"                        ",
"                        ",
"                        ",
"                        "};