diff options
author | Case Duckworth | 2022-01-16 15:53:44 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-16 15:53:44 -0600 |
commit | 35fbd99419282c966fbabe49f098cdf1beef4817 (patch) | |
tree | 63ee6f7a1fc9a45d7cc420fff7c317da57a12246 | |
parent | Unignore private.el (diff) | |
download | emacs-35fbd99419282c966fbabe49f098cdf1beef4817.tar.gz emacs-35fbd99419282c966fbabe49f098cdf1beef4817.zip |
Fix typo
-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 . "")) |