]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el: Escape %-constructs in tab names (bug#57848)
authorJuri Linkov <juri@linkov.net>
Sun, 30 Oct 2022 17:36:06 +0000 (19:36 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 30 Oct 2022 17:36:06 +0000 (19:36 +0200)
commit44c29155526dd2f3d749c2e91c9d0854e00f42ab
tree55e788eae1190af70a8bd9f46f99be02931f87a8
parent3fa4cca3d244f51e471e7779c934278731fc21e9
* lisp/tab-line.el: Escape %-constructs in tab names (bug#57848)

(tab-line-tab-name-format-default): Replace % with %% in tab name
to escape %-constructs from processing by mode-line-format.
lisp/tab-line.el