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

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

[elpa] externals/orderless 93f4bccea1 112/204: Go back to split-string u


From: ELPA Syncer
Subject: [elpa] externals/orderless 93f4bccea1 112/204: Go back to split-string until empty components issue is resolved
Date: Tue, 11 Jan 2022 12:58:22 -0500 (EST)

branch: externals/orderless
commit 93f4bccea1d9527569921c04b8aea5440dedd0a9
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Go back to split-string until empty components issue is resolved
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index b4e1f637b4..e75c389840 100644
--- a/orderless.el
+++ b/orderless.el
@@ -298,7 +298,7 @@ The COMPONENT is split at word endings, and each piece must 
match
 at a word boundary in the candidate.  This is similar to the
 `partial-completion' completion style."
   (orderless--separated-by '(zero-or-more nonl)
-   (cl-loop for prefix in (split-string-and-unquote component "\\>")
+   (cl-loop for prefix in (split-string component "\\>")
             collect `(seq word-boundary ,prefix))))
 
 ;;; Highlighting matches



reply via email to

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