mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Whitespace fix
This commit is contained in:
parent
f674a75b61
commit
07ab280741
1 changed files with 12 additions and 11 deletions
|
@ -1141,7 +1141,8 @@ representing symbols (that may need to be autloaded)."
|
|||
|
||||
(defun use-package-handler/:bind-keymap
|
||||
(name keyword arg rest state &optional override)
|
||||
(let ((form (mapcar
|
||||
(let ((form
|
||||
(mapcar
|
||||
#'(lambda (binding)
|
||||
`(,(if override
|
||||
'bind-key*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue