view etc/images/ezimage/key.xpm @ 66586:c948bf4e448e

(savehist-mode) <defcustom>: Use custom-set-minor-mode if available. (savehist-mode) <defun>: Run the minor mode hook, set the custom state and emit a message if applicable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Nov 2005 06:09:32 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * key_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"    ........    ",
"   ..++++++..   ",
"   .+@@@@@@+.   ",
"   .+@@++@@+.   ",
"   .+@@@@@@+.   ",
"   .+@@@@@@+.   ",
"   .+@@@@@@+.   ",
"    .+@@@@+.    ",
"     .+@@+.     ",
"     .+@@@+.    ",
"     .+@@+.     ",
"     .+@@+.     ",
"     .+@@@+.    ",
"     .+@@+.     ",
"      .++.      ",
"       ..       "};