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:
John Wiegley 2016-02-26 19:08:31 -05:00
commit 8e128b29f5

View file

@ -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