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

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

[elpa] externals/orderless 0205fb5b0e 170/204: Merge pull request #50 fr


From: ELPA Syncer
Subject: [elpa] externals/orderless 0205fb5b0e 170/204: Merge pull request #50 from minad/typo
Date: Tue, 11 Jan 2022 12:58:28 -0500 (EST)

branch: externals/orderless
commit 0205fb5b0ecd1921377d99b5de229841830a4a51
Merge: 87ab7e47e3 05fc3d223e
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #50 from minad/typo
    
    fix typo
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index 0d75a7e9cd..d21bebd573 100644
--- a/orderless.el
+++ b/orderless.el
@@ -477,7 +477,7 @@ delegates to `orderless-%s'.")
      (defun ,try-completion (string table pred point)
        ,(funcall fn-doc "try-completion")
        (let ,configuration
-         (orderless-all-completions string table pred point)))
+         (orderless-try-completion string table pred point)))
      (defun ,all-completions (string table pred point)
        ,(funcall fn-doc "all-completions")
        (let ,configuration



reply via email to

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