Mercurial > emacs
annotate lisp/toolbar/refile.xpm @ 50597:2e53f070cbc3
Whitespace changes, trivial commentary changes.
(f90, f90-indent, f90-program-indent, f90-continuation-indent)
(f90-indented-comment-re, f90-imenu-generic-expression)
(f90-mark-subprogram, f90-join-lines): Minor doc changes.
(f90-menu): Shift definition to initialization of f90-mode-map.
Add customization section.
(f90-mode): Minor doc change. Do not call easy-menu-add.
Set `beginning-of-defun-function' and `end-of-defun-function' to
appropriate F90 functions.
(f90-indent-line, f90-indent-line, f90-indent-subprogram)
(f90-break-line, f90-do-auto-fill, f90-insert-end)
(f90-upcase-keywords, f90-capitalize-keywords)
(f90-downcase-keywords): Change interactive spec.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 15 Apr 2003 19:18:23 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * refile_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 7 1", | |
5 " c None", | |
6 ". c black", | |
7 "X c #a5d8a5d89550", | |
8 "o c #d305d305bc3c", | |
9 "O c #ea03ea03d271", | |
10 "+ c #828282827474", | |
11 "@ c #61b761b7600a", | |
12 /* pixels */ | |
13 " . ", | |
14 " ..X. ", | |
15 " ..XoO.... ", | |
16 " ..XooooO.+. ", | |
17 " ..XooooooOX.. .. ", | |
18 " .@@ooooooOOO@. ... ", | |
19 " .O@oooooOOOOO..@@. ", | |
20 " .OO@oooOOOOOO..@@. ", | |
21 " ...OO@XooOOOOO...@@. ", | |
22 " ..+.O@XooOOOO..@@@@@. ", | |
23 " .++..XooOOOO..@@@@@@. ", | |
24 " .++.@oooOO...@@@@@@@. ", | |
25 " ..+.XooOOO..@@@@@@@. ", | |
26 " .++.OOOO.@@@@@@@@. ", | |
27 " .+.oOO..@@@@@@@. ", | |
28 " .++.OO.@@@@@@@. ", | |
29 " .++.O.@@@@@.. ", | |
30 " ..+.O.@@@@@. ", | |
31 " .++..@@@@. ", | |
32 " ..++.@@@. ", | |
33 " .+.@@. ", | |
34 " ...@. ", | |
35 " ... ", | |
36 " . "}; |