summary refs log tree commit diff stats
path: root/lisp/+orderless.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-16 15:53:44 -0600
committerCase Duckworth2022-01-16 15:53:44 -0600
commit35fbd99419282c966fbabe49f098cdf1beef4817 (patch)
tree63ee6f7a1fc9a45d7cc420fff7c317da57a12246 /lisp/+orderless.el
parentUnignore private.el (diff)
downloademacs-35fbd99419282c966fbabe49f098cdf1beef4817.tar.gz
emacs-35fbd99419282c966fbabe49f098cdf1beef4817.zip
Fix typo
Diffstat (limited to 'lisp/+orderless.el')
-rw-r--r--lisp/+orderless.el2
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 . ""))