]> git.eshelyaron.com Git - emacs.git/commit
Fix part of bug #18035 with overlay strings on invisible text.
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Jul 2014 15:17:52 +0000 (18:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Jul 2014 15:17:52 +0000 (18:17 +0300)
commit137448c0939848661fdf6e89075c1ac706d30c5e
tree1cf8adcff48506be9fc19a1cda246d415cd59440
parent56968aa61ccf3933dfcd083dd03f4be559a94efd
Fix part of bug #18035 with overlay strings on invisible text.

 src/xdisp.c (init_iterator): Initialize it->stop_charpos to the
 buffer position where we are to start the iteration.
 (handle_invisible_prop): Record in it->stop_charpos the position
 where the invisible text ends.
src/ChangeLog
src/xdisp.c