Mercurial > emacs
annotate lisp/toolbar/lc-right_arrow.xpm @ 65981:4a74f7c2bd7b
(pascal-mode-map): Move init into declaration.
(pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
(pascal-indent-command): Remove unused var `ind'.
(pascal-indent-case): Remove unused var `oldpos'.
(pascal-outline-map): Don't inherit from pascal-mode-map anymore,
since it's now used as a proper minor mode map.
(pascal-outline): Rename to pascal-outline-mode.
(pascal-outline-mode): Use define-minor-mode.
(pascal-outline-mode, pascal-outline-change): Use overlays rather than
selective-display.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Oct 2005 17:14:02 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * right_arrow2_xpm[] = { | |
3 "24 24 6 1", | |
4 " c None", | |
5 ". c #87AF85", | |
6 "+ c #000100", | |
7 "@ c #BBBDBA", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " + ", | |
14 " ++ ", | |
15 " +.+ ", | |
16 " +..+ ", | |
17 " ++++++++@..+ ", | |
18 " +@@@@@@@@@..+ ", | |
19 " +@@..........+ ", | |
20 " +..........@..+ ", | |
21 " +.............$+ ", | |
22 " +............$+ ", | |
23 " +...........$+ ", | |
24 " +.######...$+ ", | |
25 " ++++++++#.$+ ", | |
26 " +#$+ ", | |
27 " +$+ ", | |
28 " ++ ", | |
29 " + ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " "}; |