]> git.eshelyaron.com Git - emacs.git/commit
Make key-translate actually work
authorShynur <one.last.kiss@outlook.com>
Thu, 7 Sep 2023 07:58:59 +0000 (09:58 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 18 Sep 2023 08:19:49 +0000 (10:19 +0200)
commit93134bb9c2f46b906b1b31b8fec264123d1962ee
treed6b1b4989fbabb338b62c934393c415093d80122
parent85f49a9bc8b9bf699a692787820efc0f8aa67545
Make key-translate actually work

* lisp/keymap.el (key-translate): Use the first element of the parsed
keys rather than the whole vector.  (Bug#65735)
lisp/keymap.el