]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a missing comma
authorJohn Wiegley <johnw@newartisans.com>
Tue, 12 Jan 2016 15:58:06 +0000 (07:58 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 12 Jan 2016 15:58:06 +0000 (07:58 -0800)
lisp/use-package/bind-key.el

index 5c05486c815a52fd227bb7bbfecd4f9de3a7af7c..ecd0ba1a157a9d559d2fec8f42c669d52bd2e68a 100644 (file)
@@ -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)