Mercurial > emacs
annotate lisp/toolbar/lc-paste.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 * paste2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #FFFFFF", | |
6 "+ c #BBBDBA", | |
7 "@ c #000100", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 "% c #D3B354", | |
11 "& c #974F3D", | |
12 " @@@@ ", | |
13 " @@@@@@+..#@@@@@@ ", | |
14 "@.....$.++#$+...+@ ", | |
15 "@.++++$.##+$#+++%@ ", | |
16 "@.+++$..+++#$#++%@ ", | |
17 "@.++$++++++#$$++%@ ", | |
18 "@.++#$$$$$$$$#++%@ ", | |
19 "@.+++########+++%@ ", | |
20 "@.+++++#$@@@@@$$@@@@@ ", | |
21 "@.+++++$+...........+@ ", | |
22 "@.+++++$.............@ ", | |
23 "@.+++++@.+##+..+#.#+.@ ", | |
24 "@.+++++@.............@ ", | |
25 "@.+++++$.##.###+.+#..@ ", | |
26 "@.+++++$.............@ ", | |
27 "@.+++++$.+##.###+.+#.@ ", | |
28 "@.+++++@.............@ ", | |
29 "@.+++++@.##.###+.+#..@ ", | |
30 "@.+++++$.............@ ", | |
31 "@.+++++$.+##.###+.+#.@ ", | |
32 "@+%%%%&@.............@ ", | |
33 " @@@@@@@+...........+@ ", | |
34 " @@@@@@@@@@@@@ ", | |
35 " "}; |