summaryrefslogtreecommitdiff
path: root/orderless.el
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-13 22:45:32 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-13 22:45:32 -0500
commit2be7bf8c3df10a3bf5489677cff8a878ec0c93ec (patch)
tree716e27d53b5daaac7d8e7f7c635a95264a698132 /orderless.el
parent105a00478473cf53fdee81102cd130ea8001261d (diff)
Add forgotten :test to cl-pushnew call
Diffstat (limited to 'orderless.el')
-rw-r--r--orderless.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el
index cf376e1..c0219ea 100644
--- a/orderless.el
+++ b/orderless.el
@@ -74,7 +74,8 @@
(cl-pushnew '(orderless
orderless-try-completion orderless-all-completions
"Completion of multiple regexps, in any order.")
- completion-styles-alist)
+ completion-styles-alist
+ :test #'equal)
(provide 'orderless)
;;; orderless.el ends here