]> git.eshelyaron.com Git - emacs.git/commit
Improve keymap-global-set and keymap-local-set interactive use fix
authorRobert Pluim <rpluim@gmail.com>
Thu, 2 Feb 2023 10:37:45 +0000 (11:37 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 3 Feb 2023 09:14:43 +0000 (10:14 +0100)
commite444115d026c809395d4d248a99bb467bc87bb1d
tree5852150f21b1f6ed0b958343ae85e4e8cbb7f1d1
parent96ea27278b43ae5ea72643881015944a819f7974
Improve keymap-global-set and keymap-local-set interactive use fix

* lisp/keymap.el (keymap-global-set, keymap-local-set): Add optional
`interactive' arg and use it to decide when to convert the key
specification to a string.  Add `advertised-calling-convention'
declarations.  (Bug#61149)
lisp/keymap.el