Mercurial > emacs
annotate lisp/sb-tag.xpm @ 51043:ba92da4f009a
(create_root_interval, graft_intervals_into_buffer): Use BEG.
(merge_properties, intervals_equal, merge_properties_sticky): Use XCAR, XCDR.
(adjust_for_invis_intang): Pass new arg to text_property_stickiness.
(get_local_map): Use get_pos_property (for stickiness and empty overlays).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 17 May 2003 18:47:18 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
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 " "}; |