mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Add a missing comma
This commit is contained in:
parent
b4ec5abad2
commit
3ce3b3a98c
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ See `bind-key' for more details."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defmacro bind-key* (key-name command &optional predicate)
|
(defmacro bind-key* (key-name command &optional predicate)
|
||||||
"Similar to `bind-key', but overrides any mode-specific bindings."
|
"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
|
;;;###autoload
|
||||||
(defmacro bind-keys (&rest args)
|
(defmacro bind-keys (&rest args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue