emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/markdown-mode 37863796c8 21/33: Remove tp for pre-calculat


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 37863796c8 21/33: Remove tp for pre-calculated markdown--title-props
Date: Wed, 2 Apr 2025 01:01:29 -0400 (EDT)

branch: elpa/markdown-mode
commit 37863796c8782d296af0ca1308735fc2b286677c
Author: Joe Reinhart <joseph.reinhart@gmail.com>
Commit: Joe Reinhart <joseph.reinhart@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

[Prev in Thread] Current Thread [Next in Thread]