]> git.eshelyaron.com Git - emacs.git/commit
(Fkey_description): Fix corner (bug#59305)
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 May 2024 15:19:11 +0000 (11:19 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:57:02 +0000 (18:57 +0200)
commit2a04e58617464853fd68a388094a7612d4b261aa
tree924f13d4c3a93df1dfaeeae82d41d5d99dd559ce
parent9c8b3ce9f91bceb306af5c030aec94aa3d8e7bec
(Fkey_description): Fix corner (bug#59305)

* src/keymap.c (Fkey_description): Don't mistake latin-1 chars for
ASCII-chars-with-meta.

(cherry picked from commit 5522cc7879a17cab28383c4b1cce611c78c28995)
src/keymap.c