mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
markdown-ts-mode: fix duplicated menu entries (bug#81201)
* lisp/textmodes/markdown-ts-mode.el (markdown-ts-code-block-in-context-mode-map) (markdown-ts-in-table-mode-map): Remove redundant :parent.
This commit is contained in:
parent
9cad2da66e
commit
4dea6ea36b
1 changed files with 0 additions and 2 deletions
|
|
@ -5118,7 +5118,6 @@ On a heading, call `outline-cycle'. Otherwise do nothing."
|
|||
:doc "Keymap for `markdown-ts-code-block-in-context-mode'.
|
||||
These override keys in `markdown-ts-mode-map' to support executing their
|
||||
commands in a code-block context."
|
||||
:parent markdown-ts-mode-map
|
||||
:menu nil
|
||||
"M-." #'markdown-ts--code-block-xref-find-definitions
|
||||
"TAB" #'indent-for-tab-command
|
||||
|
|
@ -5131,7 +5130,6 @@ commands in a code-block context."
|
|||
:doc "Keymap for `markdown-ts-in-table-mode'.
|
||||
These override keys in `markdown-ts-mode-map' to support executing their
|
||||
commands in a table context."
|
||||
:parent markdown-ts-mode-map
|
||||
:menu nil
|
||||
"<return>" #'markdown-ts-table-next-row
|
||||
"S-<return>" #'markdown-ts-table-previous-row
|
||||
|
|
|
|||
Loading…
Reference in a new issue