Mercurial > emacs
annotate lisp/toolbar/gud-nexti.xpm @ 51322:8933bf0b436a
(define-derived-mode, define-minor-mode): Remove outdated spec.
(save-match-data, with-output-to-string, with-current-buffer)
(combine-after-change-calls, with-temp-buffer, dolist, dotimes)
(unless, when): Remove specs that are now in the corresponding macro.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 May 2003 22:20:47 +0000 |
parents | 85a1d99546f0 |
children |
rev | line source |
---|---|
51061 | 1 /* XPM */ |
2 static char * gud_nexti_xpm[] = { | |
3 "24 24 6 1", | |
4 " c #C0C0C0C0C0C0", | |
5 ". c #CCCC00003333", | |
6 "X c #616161616161", | |
7 "o c #D4D400000000", | |
8 "O c #CCCC99999999", | |
9 "+ c #2A2A1F1F5555", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " .......... ", | |
15 " . . ", | |
16 " . . ", | |
17 " . . ", | |
18 " . . ", | |
19 " . X X oO.Oo ", | |
20 " X+ +X O...O ", | |
21 " X+ +X ... ", | |
22 " X+ +X O.O ", | |
23 " X+ +X . ", | |
24 " +X X+ ", | |
25 " +X X+ ", | |
26 " +X X+ ", | |
27 " +X X+ ", | |
28 " + + ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " "}; |