diff --git a/lisp/textmodes/markdown-ts-mode.el b/lisp/textmodes/markdown-ts-mode.el index a4b6d305a96..74e36f15d90 100644 --- a/lisp/textmodes/markdown-ts-mode.el +++ b/lisp/textmodes/markdown-ts-mode.el @@ -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 "" #'markdown-ts-table-next-row "S-" #'markdown-ts-table-previous-row