branch: externals/orderless
commit 701b6a07c850a0e6b80db2cf6f32209a0aea8fcf
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    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