]> git.eshelyaron.com Git - emacs.git/commit
Fix character compositions on the mode line
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Feb 2022 09:19:48 +0000 (11:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Feb 2022 09:19:48 +0000 (11:19 +0200)
commit767619595cf0fd7169ae682aaea24ab04ad44915
tree0b34616d41707b3d3b7a1ec621b6d6b3ae80c6aa
parente015dc77f5e38d52bb0b328c764c8186c8c9bf73
Fix character compositions on the mode line

* src/composite.c (composition_compute_stop_pos)
(Ffind_composition_internal): When characters come from a string,
determine whether to compose them from that string's multibyteness,
not from that of the current buffer.  (Bug#53729)
src/composite.c