diff options
-rw-r--r-- | lisp/+consult.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
12 | ;;; Cribbed functions | 12 | ;;; Cribbed functions |
13 | ;; https://github.com/minad/consult/wiki | 13 | ;; https://github.com/minad/consult/wiki |
14 | 14 | ||
15 | (defun consult--orderless-regexp-compiler (input type) | 15 | (defun consult--orderless-regexp-compiler (input type &rest _) |
16 | (setq input (orderless-pattern-compiler input)) | 16 | (setq input (orderless-pattern-compiler input)) |
17 | (cons | 17 | (cons |
18 | (mapcar (lambda (r) (consult--convert-regexp r type)) input) | 18 | (mapcar (lambda (r) (consult--convert-regexp r type)) input) |