From 4dea6ea36b0469d96f58c793bbffe825fc7287b3 Mon Sep 17 00:00:00 2001 From: Rahul Martim Juliato Date: Mon, 8 Jun 2026 10:54:41 -0300 Subject: [PATCH] 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. --- lisp/textmodes/markdown-ts-mode.el | 2 -- 1 file changed, 2 deletions(-) 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