]> git.eshelyaron.com Git - emacs.git/commit
Don't have C-x = bug out in a "C" locale with non-ASCII chars
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Sep 2020 03:43:07 +0000 (05:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Sep 2020 03:43:07 +0000 (05:43 +0200)
commit6c0f1c26d296132e37b2508a00efc73f3df95b0c
tree3031e06e6d8e130b4236361c76c09527e9c29666
parentfcdcdea324f32f63a25e4869e2e7c62293407421
Don't have C-x = bug out in a "C" locale with non-ASCII chars

* lisp/simple.el (what-cursor-position): Ensure that we always
have a coding system here, even if the locale is "C" (bug#40702).
lisp/simple.el