Mercurial > emacs
annotate lisp/toolbar/lc-open.xpm @ 63100:d3c552b53ce8
(flyspell-auto-correct-binding, flyspell-incorrect-face)
(flyspell-duplicate-face): Use (X)Emacs-agnostic code.
(flyspell-mode-map): Don't overwrite at each load. Remove code
redundant with the subsequent add-minor-mode. Merge Emacs and XEmacs code.
(flyspell-word): Minor simplification.
(flyspell-math-tex-command-p): Quieten the byte-compiler.
(flyspell-external-point-words): Remove unused vars `size' and `start'.
(flyspell-do-correct): Rename from flyspell-xemacs-correct.
Merge the corresponding Emacs code.
(flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Jun 2005 21:06:19 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * open2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #BBBDBA", | |
6 "+ c #000100", | |
7 "@ c #87AF85", | |
8 "# c #FFFFFF", | |
9 "$ c #6B6B66", | |
10 "% c #504D46", | |
11 "& c #3E4850", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " +++++++ ", | |
16 " +.#####$% ", | |
17 " +#.....@% ", | |
18 "+.#......%+ ", | |
19 "+..@@@...$%++++++++ ", | |
20 "+.@@@@@..@@........+ ", | |
21 "+.@@@@@@@@@@@@@@@@$+ ", | |
22 "+.$$++++++++++++++++++ ", | |
23 "+.$%################..& ", | |
24 "+.$+#.................+ ", | |
25 "+.%.#...............@$+ ", | |
26 "+.+#...............@@%+ ", | |
27 "+.$#............@@.@$+ ", | |
28 "+....@@@@@.....@@@@$%+ ", | |
29 "+.#..@@@@@@@@@@@@$$$+ ", | |
30 "+#.@@@@$$$$$$$$$$$$%+ ", | |
31 " +++++++++++++++++++ ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |