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

[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'."



reply via email to

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