Mercurial > emacs
annotate lisp/toolbar/lc-spell.xpm @ 63145:73d9b884e8c8
(Fmatch_data): Add optional RESEAT arg. Unchain markers
in REUSE list if non-nil; free them if equal to evaporate.
(Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
(restore_search_regs): Rename from restore_match_data. Uses changed.
(unwind_set_match_data): New function.
(record_unwind_save_match_data): New function like save-match-data.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 08 Jun 2005 22:32:20 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * spell2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #87AF85", | |
7 "@ c #504D46", | |
8 "# c #BBBDBA", | |
9 "$ c #6B6B66", | |
10 "% c #3E4850", | |
11 "& c #FFFFFF", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ... .... ... ", | |
17 " .. . .. . .. . ", | |
18 " .. . .... .. ", | |
19 " ..... .. . .. ", | |
20 " .. . .. . .. . . ", | |
21 " .. . .... ... ... ", | |
22 " .+. ", | |
23 " .. .+@ ", | |
24 " .+. .++. ", | |
25 " @+. %#+. ", | |
26 " .++. .#+$. ", | |
27 " .++.&++. ", | |
28 " .+++++$. ", | |
29 " .++++. ", | |
30 " .+++@. ", | |
31 " .++. ", | |
32 " .+@. ", | |
33 " .. ", | |
34 " ", | |
35 " "}; |