Mercurial > emacs
view 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 |
line wrap: on
line source
/* XPM */ static char * mail_show_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 4 1", " c None", ". c black", "X c #ea03ea03d271", "o c #a5d8a5d89550", /* pixels */ " ", " ", " .................. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XoooooooooooooXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XoooooooooooooXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XooooooXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XoooooooooXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .XXXXXXXXXXXXXXXX. ", " .................. ", " ", " ", " "};