Mercurial > emacs
annotate etc/images/gud/pp.xpm @ 83648:65663fcd2caa
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 824-838)
- Update from CVS
- Merge from emacs--rel--22
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Fix void function definition error in cus-edit.el
- Restore lisp/emacs-lisp/cl-loaddefs.el
* emacs--rel--22 (patch 70-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 31 Jul 2007 05:50:45 +0000 |
parents | 6ea05e92aaad |
children |
rev | line source |
---|---|
66767 | 1 /* XPM */ |
66883
6ea05e92aaad
Use a more appropriate variable name.
Nick Roberts <nickrob@snap.net.nz>
parents:
66767
diff
changeset
|
2 static char * pp_xpm[] = { |
66767 | 3 "24 24 2 1", |
4 " c None", | |
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 " "}; |