]> git.eshelyaron.com Git - emacs.git/commit
Allow composition of pure-ASCII strings in the mode line
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Feb 2020 13:41:36 +0000 (15:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Feb 2020 13:41:36 +0000 (15:41 +0200)
commitfe903c5ab7354b97f80ecf1b01ca3ff1027be446
treee3bb6b5cc872e5e0bb075985ba8306f47ba58382
parent953e7abf5befc560d1c88b6dfbbeb5f52d60e8b6
Allow composition of pure-ASCII strings in the mode line

* src/composite.c (Fcomposition_get_gstring): Allow unibyte
strings if they are pure ASCII, by copying text into a
multibyte string.
src/composite.c