Mercurial > emacs
annotate lisp/toolbar/gud-display.xpm @ 52640:2e9f5698c9db
(paragraph-indent-minor-mode): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 28 Sep 2003 08:48:23 +0000 |
parents | 46a4047710f4 |
children |
rev | line source |
---|---|
48291 | 1 /* XPM */ |
2 static char * display_xpm[] = { | |
3 "24 24 2 1", | |
4 " c #C0C0C0C0C0C0", | |
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 " "}; |