diff options
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |