view etc/images/execute.xpm @ 68366:f148491791ae

Remove unnecessary leading stars in docstrings. (calendar-week-start-day): Add an :initializer. (calendar-mode-map): Use suppress-keymap, and command remapping. (describe-calendar-mode): Setup xref-stack info for the back button. (calendar-star-date): Insert before delete. (calendar-set-mode-line): Add file-modified info if applicable. (calendar-increment-month): New function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 24 Jan 2006 17:07:29 +0000
parents 7b615e6c0ea5
children
line wrap: on
line source

/* XPM */
static char * mail_exec_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c white",
/* pixels */
"                        ",
"                        ",
"                        ",
"                 ..     ",
"             XX  ..     ",
"         oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX         ",
"     OO  oo             ",
"     OO      +   ..     ",
"             XX  ..     ",
"         oo  XX         ",
"     OO  oo             ",
"     OO                 ",
"                        ",
"                        ",
"                        ",
"                        "};