From 29c287a8c31bebe9dd40b499415511c96a1ef6fa Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 30 Mar 2022 18:14:56 -0500 Subject: I waited way too long to make this commit --- lisp/+consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+consult.el') diff --git a/lisp/+consult.el b/lisp/+consult.el index 0f5bf45..dc06ad5 100644 --- a/lisp/+consult.el +++ b/lisp/+consult.el @@ -12,7 +12,7 @@ ;;; Cribbed functions ;; https://github.com/minad/consult/wiki -(defun consult--orderless-regexp-compiler (input type) +(defun consult--orderless-regexp-compiler (input type &rest _) (setq input (orderless-pattern-compiler input)) (cons (mapcar (lambda (r) (consult--convert-regexp r type)) input) -- cgit 1.4.1-21-gabe81