]> git.eshelyaron.com Git - emacs.git/commit
Fix some of the argument handling in keymap-set and keymap-substitute
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Nov 2021 23:13:47 +0000 (00:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Nov 2021 23:13:47 +0000 (00:13 +0100)
commit1bd7b5dd5165d8ac70870b1c69701183befa868a
treeb16ac98f94c785762664a9a3cead08e249f1de0b
parent1efc14561d6ec735cd35ac5e8124c4c244b1f1a2
Fix some of the argument handling in keymap-set and keymap-substitute

* lisp/keymap.el (keymap-set): Fix handling of binding one key to
another key.
(keymap-substitute): Fix confusion in implementation -- the args
are definitions, not keys.
lisp/keymap.el