(Format of Keymaps): Remove spurious ")" from
value of lisp-mode-map.
This commit is contained in:
parent
4a54c78a21
commit
cb2ec9315e
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ lisp-mode-map
|
|||
(24 . lisp-send-defun)
|
||||
keymap
|
||||
;; @r{@kbd{M-C-q}, treated as @kbd{@key{ESC} C-q}}
|
||||
(17 . indent-sexp)))
|
||||
(17 . indent-sexp))
|
||||
@end group
|
||||
@group
|
||||
;; @r{This part is inherited from @code{lisp-mode-shared-map}.}
|
||||
|
|
Loading…
Add table
Reference in a new issue