]> git.eshelyaron.com Git - emacs.git/commit
Improved format string error message (bug#58168)
authorMattias Engdegård <mattiase@acm.org>
Fri, 7 Oct 2022 16:17:40 +0000 (18:17 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 8 Oct 2022 16:48:30 +0000 (18:48 +0200)
commit71b3a37569ffa58f3640a742e31eade42cc26f98
treeface77aae16e51a726ba11afa5b7a6587d9ab6b5
parent8de7995ae6388e5ae5418cb6af579281121f14a4
Improved format string error message (bug#58168)

* src/editfns.c (styled_format): Better message when the conversion
char is non-ASCII from a unibyte format string.
src/editfns.c