mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +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
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue