branch: externals/orderless
commit 0205fb5b0ecd1921377d99b5de229841830a4a51
Merge: 87ab7e47e3 05fc3d223e
Author: Omar AntolĂ­n Camarena <[email protected]>
Commit: GitHub <[email protected]>

    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