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

    Remove tp for pre-calculated markdown--title-props
---
 markdown-mode.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 4e16a161fd..2b229583ad 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -8208,10 +8208,7 @@ Translate filenames using 
`markdown-filename-translate-function'."
                      'invisible 'markdown-markup
                      'font-lock-multiline t))
            ;; URL composition character
-           (url-char (markdown--first-displayable markdown-url-compose-char))
-           ;; Title part
-           (tp (list 'invisible 'markdown-markup
-                     'font-lock-multiline t)))
+           (url-char (markdown--first-displayable markdown-url-compose-char)))
       (when markdown-mouse-follow-link
         (setq lp (append lp '(mouse-face 'markdown-highlight-face)))
         (setq up (append up '(mouse-face 'markdown-highlight-face))))

Reply via email to