view lisp/toolbar/copy.xpm @ 39659:4bd383bb2137

(help-mode): Use define-derived-mode. (describe-mode): Add optional `buffer' arg. Use it instead of going through help-xref-mode. Avoid doubling the word `minor' when prettifying. (describe-function-1): List the corresponding key bindings. (describe-variable): Say if the var is automatically buffer-local. If the source is `loaddefs.el', look for the real source. (help-xref-mode): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 00:19:46 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 7 1",
"  c Gray0",
". c #424242423a3a",
"X c #68e968e96363",
"o c #a8b1a8b1992b",
"O c #d3d3d3d3bdbd",
"+ c #e419e419cd6b",
"@ c None",
/* pixels */
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@  @@@@@@@@@@@@@@",
"@@@@@@  Oo @@@@@@@@@@@@@",
"@@@@ .ooOO @@@@  @@@@@@@",
"@@@@ +XoOOo @  Oo @@@@@@",
"@@@@ +.oO++ .ooOO @@@@@@",
"@@@@ XoO+++ +XoOOo @@@@@",
"@@@@ oOO+++ +.oO++ @@@@@",
"@@@@ oO++++ XoOO++o @@@@",
"@@@@@ +++++ oOO++++o @@@",
"@@@@@ o++++ oO++++++ @@@",
"@@@@@@ ++o   +++++++o @@",
"@@@@@@ o  @@ o++++o  @@@",
"@@@@@@@ @@@@@ ++o  @@@@@",
"@@@@@@@@@@ @@ o  @@@@@@@",
"@@@@@@@     @@ @@@@@@@@@",
"@@@@@@@     @@@@@@@@@@@@",
"@@@@@@@@@@ @@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@"
};