]> git.eshelyaron.com Git - emacs.git/commit
unbind-key: Ensure that keys are removed from the keymap
authorDaniel Mendler <mail@daniel-mendler.de>
Wed, 10 Feb 2021 13:13:36 +0000 (14:13 +0100)
committerDaniel Mendler <mail@daniel-mendler.de>
Wed, 10 Feb 2021 14:34:12 +0000 (15:34 +0100)
commit5ca7bc321d1684cf718c59088b785a5fc00fc276
treeea1363c97dfe81dce23507a47b9c72950fb4bd03
parentec750952f4cde13023554da3a94964f024ee4f71
unbind-key: Ensure that keys are removed from the keymap

* The removal from the keymap is performed by bind-key--remove
* Use the same argument normalization as bind-key
lisp/use-package/bind-key.el