Mercurial > emacs
view lisp/toolbar/execute.xpm @ 48453:e1b9cdf37f9a
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.
author | Ben Key <bkey1@tampabay.rr.com> |
---|---|
date | Tue, 19 Nov 2002 07:50:22 +0000 |
parents | 2568d5a27317 |
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 ", " ", " ", " ", " "};