mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Merge pull request from killdash9/keymap
Passing t into keymap function GitHub-reference: https://github.com/jwiegley/use-package/issues/145
This commit is contained in:
commit
89a957efa9
@ -414,7 +414,8 @@ For full documentation. please see commentary.
|
||||
(quote ,(cdr binding))
|
||||
,(if (stringp name) name `',name)
|
||||
nil))))
|
||||
keymap-alist)
|
||||
keymap-alist
|
||||
t)
|
||||
|
||||
(funcall init-for-commands-or-keymaps
|
||||
(lambda (binding)
|
||||
@ -424,7 +425,8 @@ For full documentation. please see commentary.
|
||||
(quote ,(cdr binding))
|
||||
,(if (stringp name) name `',name)
|
||||
t))))
|
||||
overriding-keymap-alist)
|
||||
overriding-keymap-alist
|
||||
t)
|
||||
|
||||
(funcall init-for-commands-or-keymaps
|
||||
(lambda (binding)
|
||||
|
Loading…
Reference in New Issue
Block a user