Mercurial > emacs
view etc/images/execute.xpm @ 83475:88cd30b5064d
Fix compilation.
* src/regex.c (extend_range_table_work_area, regex_compile, fastmap):
Revert previous unnecessary changes.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-515
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 20 Feb 2006 16:35:38 +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 ", " ", " ", " ", " "};