Mercurial > emacs
annotate etc/images/gud/pstar.xpm @ 88312:b72b8d536511
Renamed all symbols to rmail-mime-*. Rewrote code
such as to modify the buffer instead of using display properties.
Fixed bulk handler, and wrote simple test defun for it.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Fri, 03 Feb 2006 23:10:35 +0000 |
parents | d7ddb3e565de |
children |
rev | line source |
---|---|
88155 | 1 /* XPM */ |
2 static char * pstar_xpm[] = { | |
3 "24 24 2 1", | |
4 " c #BDBDBEBEBDBD", | |
5 ". c #000000000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ... ... ", | |
15 " ... ... ", | |
16 " .. .. . ", | |
17 " .. .. . . . ", | |
18 " .. .. ... ", | |
19 " .. .. . . . ", | |
20 " .. .. . ", | |
21 " ... .. ", | |
22 " .. .. ", | |
23 " .. ", | |
24 " .. ", | |
25 " .. ", | |
26 " .... ", | |
27 " ", | |
28 " ", | |
29 " "}; |