Mercurial > emacs
annotate lisp/sb-tag-.xpm @ 28997:fc8d42f77d4f
(Fmake_byte_code): If BYTECODE-STRING is multibyte,
convert it to unibyte.
(make_string): Use parse_str_as_multibyte, not chars_in_text.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 19 May 2000 23:49:35 +0000 |
parents | c0758fd9ca7a |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_tag__xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFF993", | |
8 " ", | |
9 " ", | |
10 " ............... ", | |
11 " .+++++++++++++++.", | |
12 " .+@@@@@@@@@@@@@@+.", | |
13 " .+@@@@@@@@@@@@@@@+.", | |
14 ".+@@@@@@@@@@@@@@@@+.", | |
15 ".+@++@@++++++@@@@@+.", | |
16 ".+@++@@++++++@@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 " .+@@@@@@@@@@@@@@@+.", | |
19 " .+@@@@@@@@@@@@@@+.", | |
20 ". .+++++++++++++++.", | |
21 " ............... ", | |
22 " "}; |