diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+orderless.el b/lisp/+orderless.el index b2f53b0..ac8c1b4 100644 --- a/lisp/+orderless.el +++ b/lisp/+orderless.el | |||
@@ -40,7 +40,7 @@ segment to make that segment match accordingly." | |||
40 | (derived-mode-p 'eshell-mode)) | 40 | (derived-mode-p 'eshell-mode)) |
41 | ;; File extension | 41 | ;; File extension |
42 | (string-match-p "\\`\\.." pattern)) | 42 | (string-match-p "\\`\\.." pattern)) |
43 | (cons orderless-regexp | 43 | (cons 'orderless-regexp |
44 | (concat "\\." (substring pattern 1) "[\x100000-\x10FFFD]*$"))) | 44 | (concat "\\." (substring pattern 1) "[\x100000-\x10FFFD]*$"))) |
45 | ;; Ignore single ! | 45 | ;; Ignore single ! |
46 | ((string= "!" pattern) `(orderless-literal . "")) | 46 | ((string= "!" pattern) `(orderless-literal . "")) |