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

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

[elpa] externals/consult a568960aa2: Link to bug#55205 - completion--rep


From: ELPA Syncer
Subject: [elpa] externals/consult a568960aa2: Link to bug#55205 - completion--replace illegally mutates completion candidates
Date: Sun, 1 May 2022 04:57:21 -0400 (EDT)

branch: externals/consult
commit a568960aa2603e1c976d11b826110e21e743526b
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Link to bug#55205 - completion--replace illegally mutates completion 
candidates
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 5b06399b8d..535792a35b 100644
--- a/consult.el
+++ b/consult.el
@@ -2642,7 +2642,7 @@ These configuration options are supported:
                                           predicate require-match 
initial)))))))))
         (if completion
             (progn
-              ;; completion--replace removes properties!
+              ;; bug#55205: completion--replace removes properties!
               (completion--replace start end (setq completion (concat 
completion)))
               (when-let (exit (plist-get completion-extra-properties 
:exit-function))
                 (funcall exit completion



reply via email to

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