branch: externals/embark
commit 72732dc1a4da41105198655ec9342c0b00d6eda2
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@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