Mercurial > emacs
comparison src/fringe.c @ 109218:8929f83798c1
Merge from mainline.
author | Katsumi Yamaoka <katsumi@flagship2> |
---|---|
date | Thu, 10 Jun 2010 11:34:20 +0000 |
parents | d418516def73 |
children | aec1143e8d85 |
comparison
equal
deleted
inserted
replaced
109217:40e65e1697a4 | 109218:8929f83798c1 |
---|---|
728 /* Lookup in buffer-local fringe-indicator-alist before global alist. | 728 /* Lookup in buffer-local fringe-indicator-alist before global alist. |
729 | 729 |
730 Elements are: | 730 Elements are: |
731 BITMAP -- use for all | 731 BITMAP -- use for all |
732 (L R) -- use for left right (whether partial or not) | 732 (L R) -- use for left right (whether partial or not) |
733 (L R PL PR) -- use for left rigth partial-left partial-right | 733 (L R PL PR) -- use for left right partial-left partial-right |
734 If any value in local binding is not present or t, use global value. | 734 If any value in local binding is not present or t, use global value. |
735 | 735 |
736 If partial, lookup partial bitmap in default value if not found here. | 736 If partial, lookup partial bitmap in default value if not found here. |
737 If not partial, or no partial spec is present, use non-partial bitmap. */ | 737 If not partial, or no partial spec is present, use non-partial bitmap. */ |
738 | 738 |