Skip to content

Commit

Permalink
Merge PR #406 from tarsiiformes/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jul 14, 2023
2 parents d5182da + 631faab commit f46268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash.el
Expand Up @@ -2919,7 +2919,7 @@ Return nil if `-compare-fn' is not a known test function."
(declare (side-effect-free error-free))
;; In theory this could also recognize values that are custom
;; `hash-table-test's, but too often the :test name is different
;; from the equality function, so it doesn't seem worthwile.
;; from the equality function, so it doesn't seem worthwhile.
(car (memq (or -compare-fn #'equal) '(equal eq eql))))

(defvar dash--short-list-length 32
Expand Down

0 comments on commit f46268c

Please sign in to comment.