This commit is contained in:
Case Duckworth 2021-09-07 18:22:43 -05:00
parent ad22b9a7e8
commit f50f0d84e0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
(while args
(let ((key (pop args))
(cmd (funcall fn (pop args))))
(push `(define-key ,map `(kbd ,key) #',cmd)
(push `(define-key ,map (kbd ,key) #',cmd)
res)))
(reverse res)))