mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Passing t into keymap function
This commit is contained in:
parent
60029cb0ab
commit
b8f0799ce8
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue