From: John Wiegley Date: Tue, 12 Jan 2016 15:58:06 +0000 (-0800) Subject: Add a missing comma X-Git-Tag: emacs-29.0.90~1306^2~15^2~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ce3b3a98c65f365d5e95258c28b9c9f751f41b0;p=emacs.git Add a missing comma --- diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 5c05486c815..ecd0ba1a157 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -188,7 +188,7 @@ See `bind-key' for more details." ;;;###autoload (defmacro bind-key* (key-name command &optional predicate) "Similar to `bind-key', but overrides any mode-specific bindings." - `(bind-key ,key-name ,command override-global-map predicate)) + `(bind-key ,key-name ,command override-global-map ,predicate)) ;;;###autoload (defmacro bind-keys (&rest args)