]> git.eshelyaron.com Git - emacs.git/commit
Always make a multibyte string for the frame title (bug#42904)
authorMattias Engdegård <mattiase@acm.org>
Fri, 21 Aug 2020 14:09:04 +0000 (16:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 23 Aug 2020 16:42:08 +0000 (18:42 +0200)
commita5394884627db6f6091c4b85b635af81c20f0f31
tree8d0fef20c58ce5f860d9e8c2b5e2e3a13504ec56
parent6e2ee2a127952aaee63921a99a065693d3e8e07b
Always make a multibyte string for the frame title (bug#42904)

* src/xdisp.c (gui_consider_frame_title): Multibyte-encode any raw
bytes in the title, and then pass a multibyte string to the back-end
for use as a frame title.  This cuts down a little on the rubbish
shown when raw bytes sneak in by mistake (as part of the buffer name,
for instance).
src/xdisp.c