Mercurial > emacs
annotate lisp/toolbar/show.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 | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * mail_show_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 4 1", | |
5 " c None", | |
6 ". c black", | |
7 "X c #ea03ea03d271", | |
8 "o c #a5d8a5d89550", | |
9 /* pixels */ | |
10 " ", | |
11 " ", | |
12 " .................. ", | |
13 " .XXXXXXXXXXXXXXXX. ", | |
14 " .XXXXXXXXXXXXXXXX. ", | |
15 " .XoooooooooooooXX. ", | |
16 " .XXXXXXXXXXXXXXXX. ", | |
17 " .XXXXXXXXXXXXXXXX. ", | |
18 " .XoooooooooooooXX. ", | |
19 " .XXXXXXXXXXXXXXXX. ", | |
20 " .XXXXXXXXXXXXXXXX. ", | |
21 " .XooooooXXXXXXXXX. ", | |
22 " .XXXXXXXXXXXXXXXX. ", | |
23 " .XXXXXXXXXXXXXXXX. ", | |
24 " .XoooooooooXXXXXX. ", | |
25 " .XXXXXXXXXXXXXXXX. ", | |
26 " .XXXXXXXXXXXXXXXX. ", | |
27 " .XXXXXXXXXXXXXXXX. ", | |
28 " .XXXXXXXXXXXXXXXX. ", | |
29 " .XXXXXXXXXXXXXXXX. ", | |
30 " .................. ", | |
31 " ", | |
32 " ", | |
33 " "}; |