* lisp/simple.el (redisplay-highlight-region-function): Increase priority of
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Mar 2014 22:30:47 +0000 (18:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Mar 2014 22:30:47 +0000 (18:30 -0400)
commitf6614a4770f298ad6ccdf6995adb706cc4d03c11
tree689644fd288b74045fe77137e614bf58c15c9651
parentee79b33f490f476db6ebde90eff5268588d32207
* lisp/simple.el (redisplay-highlight-region-function): Increase priority of
overlay to make sure boundaries are visible.
* src/buffer.c (struct sortvec): Add field `spriority'.
(compare_overlays): Use it.
(sort_overlays): Set it.

Fixes: debbugs:15899
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/buffer.c