]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violations in displaying under 'outline-minor-mode'
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 May 2024 11:23:43 +0000 (14:23 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 05:57:35 +0000 (07:57 +0200)
commitff6448024b615932816bc24a8cd703c843cf1e91
tree0e2cc8c6e9c245f9ea15490edb93f3c3aa0de8f9
parenteaf0eb4f9e8521872d9eae59eb8a63eff9795064
Avoid assertion violations in displaying under 'outline-minor-mode'

* src/xdisp.c (init_from_display_pos): Initialize BYTEPOS
correctly, since 'init_iterator' no longer computes it from
CHARPOS as needed.  This fixes a change made on Mar 13, 2013.
(Bug#71194)

(cherry picked from commit 4f0121f8dbe2ca0ec8fe2831353f01782e5e6b9d)
src/xdisp.c