]> git.eshelyaron.com Git - emacs.git/commit
(buf_bytepos_to_charpos): Fix mixup introduced in commit b300052fb4ef
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jun 2024 19:36:28 +0000 (15:36 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Jun 2024 05:52:09 +0000 (07:52 +0200)
commitf86b1be5a68eaabae6e5aa62ad8ae3d28085ddb5
treeb743064cb6a25fb043bdaebfa555c11915e211c8
parent1bd267f994b6cb35ad620eb710ae27a291477ff6
(buf_bytepos_to_charpos): Fix mixup introduced in commit b300052fb4ef

* src/marker.c (buf_bytepos_to_charpos): Don't compare byte-positions
with char-positions.

(cherry picked from commit b595b4598e7b3dabe4d45895f5580c9a351f2885)
src/marker.c