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

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

[elpa] externals/orderless ea60844b82 151/204: Add missing funcall in de


From: ELPA Syncer
Subject: [elpa] externals/orderless ea60844b82 151/204: Add missing funcall in decision whether to skip highlighting
Date: Tue, 11 Jan 2022 12:58:26 -0500 (EST)

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

    Add missing funcall in decision whether to skip highlighting
    
    Thanks for spotting that, @clemera
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index 4e6bcd1826..01af2fa971 100644
--- a/orderless.el
+++ b/orderless.el
@@ -435,7 +435,7 @@ This function is part of the `orderless' completion style."
                    (orderless--prefix+pattern string table pred))
                   (skip-highlighting
                    (if (functionp orderless-skip-highlighting)
-                       (orderless-skip-highlighting)
+                       (funcall orderless-skip-highlighting)
                      orderless-skip-highlighting)))
         (nconc
          (if skip-highlighting



reply via email to

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