]> git.eshelyaron.com Git - emacs.git/commit
Move define-keymap and defvar-keymap to keymap.el
authorStefan Kangas <stefan@marxist.se>
Sun, 2 Jan 2022 22:27:16 +0000 (23:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 2 Jan 2022 22:33:41 +0000 (23:33 +0100)
commit7ddfe1cab2156db4cb1da1968e6d6dabb533ff33
treef70c4bc46bb26f423a26499877fed66407e56dcf
parent04c0245d36a7face6a4f4b45a56f65f3a282790f
Move define-keymap and defvar-keymap to keymap.el

These functions deal with the "new" keymap binding interface, so they
belong in keymap.el rather than in subr.el.
* lisp/subr.el (define-keymap--compile, define-keymap)
(defvar-keymap): Move from here ...
* lisp/keymap.el (define-keymap--compile, define-keymap)
(defvar-keymap): ... to here.
lisp/keymap.el
lisp/subr.el