[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/embark 72732dc1a4 5/7: Remove last trace of unused emba
From: |
ELPA Syncer |
Subject: |
[elpa] externals/embark 72732dc1a4 5/7: Remove last trace of unused embark--candidate text property |
Date: |
Wed, 13 Apr 2022 16:57:30 -0400 (EDT) |
branch: externals/embark
commit 72732dc1a4da41105198655ec9342c0b00d6eda2
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>
Remove last trace of unused embark--candidate text property
---
embark.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/embark.el b/embark.el
index 9de9143a93..2b4a6c5c8a 100644
--- a/embark.el
+++ b/embark.el
@@ -2781,9 +2781,7 @@ candidate."
;; avoid allocation for full string
(push (substring string pos inv) chunks)))
(setq pos inv))))))
- (propertize
- (if chunks (apply #'concat (nreverse chunks)) string)
- 'embark--candidate string)))
+ (if chunks (apply #'concat (nreverse chunks)) string)))
(defun embark-collect--format-entries (candidates)
"Format CANDIDATES for `tabulated-list-mode'."
- [elpa] externals/embark updated (67ef67885a -> af67f6d25b), ELPA Syncer, 2022/04/13
- [elpa] externals/embark b415040c21 2/7: Simplify collect candidate storage, stop using revert, ELPA Syncer, 2022/04/13
- [elpa] externals/embark 72732dc1a4 5/7: Remove last trace of unused embark--candidate text property,
ELPA Syncer <=
- [elpa] externals/embark 0e027c57da 1/7: Fix bug that kept embark-live from actually updating 😬, ELPA Syncer, 2022/04/13
- [elpa] externals/embark 0421e1de0f 3/7: Implement "revert = just rerun" for export, ELPA Syncer, 2022/04/13
- [elpa] externals/embark 72a1ae6495 4/7: revert=just rerun for collect buffers too, ELPA Syncer, 2022/04/13
- [elpa] externals/embark af67f6d25b 7/7: Revert "Stylistic change", ELPA Syncer, 2022/04/13
- [elpa] externals/embark 2c9550f4a5 6/7: Stylistic change, ELPA Syncer, 2022/04/13