projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ec5ab
)
Add a missing comma
author
John Wiegley
<johnw@newartisans.com>
Tue, 12 Jan 2016 15:58:06 +0000
(07:58 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Tue, 12 Jan 2016 15:58:06 +0000
(07:58 -0800)
lisp/use-package/bind-key.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/bind-key.el
b/lisp/use-package/bind-key.el
index 5c05486c815a52fd227bb7bbfecd4f9de3a7af7c..ecd0ba1a157a9d559d2fec8f42c669d52bd2e68a 100644
(file)
--- 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)