From 3ce3b3a98c65f365d5e95258c28b9c9f751f41b0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 12 Jan 2016 07:58:06 -0800 Subject: [PATCH] Add a missing comma --- lisp/use-package/bind-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2