]> git.eshelyaron.com Git - emacs.git/commit
Fix redisplay of overlay-arrows on GUI frames
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Nov 2017 16:22:42 +0000 (18:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Nov 2017 16:22:42 +0000 (18:22 +0200)
commit9dde8be9cd8dc9defdae282ed24eaf2dd6bf4c31
tree1de84cbeea58de648d41515ef7be70cac66632bf
parent0da08f2f8ef1946978f0974e9e8cdb87fece018c
Fix redisplay of overlay-arrows on GUI frames

* src/xdisp.c (try_window_reusing_current_matrix)
(try_cursor_movement): Disallow these optimizations if the buffer
has overlay arrow(s) shown on the fringe(s).  (Bug#29198)
src/xdisp.c