view etc/images/show.xpm @ 67411:79c2827d1a52

(Customization): Use xref to elisp manual for non-TeX output. (Minor Modes): Update. (Customization Groups, Changing a Variable, Face Customization): Update for new appearance of Custom buffers. (Changing a Variable): `custom-buffer-done-function' has been replaced by `custom-buffer-done-kill'. (Specific Customization): In the `customize-group' buffer, a subgroup's contents are not "hidden". They are not included at all. They have no [Show] button. (Mouse Buttons): Add pxref to description of mouse event lists in Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys. (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 09 Dec 2005 00:30:08 +0000
parents 7b615e6c0ea5
children 75b06a7624a1
line wrap: on
line source

/* XPM */
static char * mail_show_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 4 1",
" 	c None",
".	c black",
"X	c #ea03ea03d271",
"o	c #a5d8a5d89550",
/* pixels */
"                        ",
"                        ",
"   ..................   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooooooXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooooooXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XooooooXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   ..................   ",
"                        ",
"                        ",
"                        "};