[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))))
- [nongnu] elpa/markdown-mode 244464388d 27/33: Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links, (continued)
- [nongnu] elpa/markdown-mode 244464388d 27/33: Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode eb4b02e40c 19/33: Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 4d44c6a067 12/33: Fix lint warnings and byte compilation warnings, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 5bebb44f7f 17/33: Pull in latest from master, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 606110f2d7 31/33: Add line to CHANGES.md references this PR, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 6f66ba336d 28/33: Mark functions as obsolete, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode c9c9ec6bcd 23/33: Use markdown--markup-props instead of recreating as mp, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode f1447ef770 02/33: Proper faces are added to wiki links to allow for proper colorization, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 2120fc06d0 05/33: Removed unused bindings in markdown-eldoc-function, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 847e7de1b1 09/33: Code cleanup, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 37863796c8 21/33: Remove tp for pre-calculated markdown--title-props,
ELPA Syncer <=
- [nongnu] elpa/markdown-mode e50a72a6cb 24/33: Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode f8605b9ace 01/33: Initial somewhat hacky method to enable wiki link markup hiding, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 92830999de 10/33: Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 76a81fa6da 20/33: Remove redundant mp for use of markdown--markup-props, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 360abf5ff5 25/33: Reintroduce public functions that had been removed, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode 9d2850ed58 33/33: Merge pull request #861 from jayemar/jayemar/toggle-hiding-of-wiki-links, ELPA Syncer, 2025/04/02
- [nongnu] elpa/markdown-mode f285a34115 11/33: Fix wiki link font properties and remove unnecessary wiki link-related code, ELPA Syncer, 2025/04/02