]> git.eshelyaron.com Git - emacs.git/commit
(struct sortstrlist): New type.
authorKarl Heuer <kwzh@gnu.org>
Thu, 27 Jul 1995 21:47:59 +0000 (21:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 27 Jul 1995 21:47:59 +0000 (21:47 +0000)
commite8185fa81639ea35e36786ae7e23ab5e8f97f8b5
tree0e2b1fe297bfc35b9f30eb9304f04d5c48b3dafa
parent73d449a27ec01300b5e97306f6b1147266635c58
(struct sortstrlist): New type.
(overlay_heads, overlay_tails): Change to struct sortstrlist.
(overlay_heads_len, overlay_tails_len): Deleted; now part of struct.
(record_overlay_string): New function.
(overlay_strings): Simplify.  Use record_overlay_string.
Check for window match in overlays_after loop, not just in
overlays_before.
src/buffer.c