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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user