Merge pull request from ljos/master
Quote variable in bind-keys* GitHub-reference: https://github.com/jwiegley/use-package/issues/325
This commit is contained in:
commit
8e128b29f5
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ function symbol (unquoted)."
|
|||
;;;###autoload
|
||||
(defmacro bind-keys* (&rest args)
|
||||
(macroexp-progn
|
||||
(bind-keys-form (cons :map (cons override-global-map args)))))
|
||||
(bind-keys-form `(:map override-global-map ,@args))))
|
||||
|
||||
(defun get-binding-description (elem)
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue