branch: elpa/markdown-mode
commit 76a81fa6da00afac950b85194397921bf2b19e11
Author: Joe Reinhart <joseph.reinh...@gmail.com>
Commit: Joe Reinhart <joseph.reinh...@gmail.com>

    Remove redundant mp for use of markdown--markup-props
---
 markdown-mode.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 6e0313ca9d..4e16a161fd 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -8199,10 +8199,6 @@ Translate filenames using 
`markdown-filename-translate-function'."
            (title-start (match-beginning 7))
            (title-end (match-end 7))
            (title (match-string-no-properties 7))
-           ;; Markup part
-           (mp (list 'invisible 'markdown-markup
-                     'rear-nonsticky t
-                     'font-lock-multiline t))
            ;; Link part (without face)
            (lp (list 'keymap markdown-mode-mouse-map
                      'font-lock-multiline t

Reply via email to