branch: externals/orderless
commit 9d5b95f40275dc47a57e9d4ee9b9994ee3a4b426
Merge: edce950fe1 701b6a07c8
Author: Omar AntolĂ­n Camarena <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #40 from minad/master
    
    orderless-try-completions: Remove _metadata argument
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index c08c07a50d..f2b9d70527 100644
--- a/orderless.el
+++ b/orderless.el
@@ -444,7 +444,7 @@ This function is part of the `orderless' completion style."
          (length prefix))))))
 
 ;;;###autoload
-(defun orderless-try-completion (string table pred point &optional _metadata)
+(defun orderless-try-completion (string table pred point)
   "Complete STRING to unique matching entry in TABLE.
 This uses `orderless-all-completions' to find matches for STRING
 in TABLE among entries satisfying PRED.  If there is only one

Reply via email to