mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
biome-query: fix for Emacs 30
This commit is contained in:
parent
fc52a2b7ac
commit
5f166bb6a8
1 changed files with 2 additions and 1 deletions
|
|
@ -695,7 +695,8 @@ at 3."
|
||||||
(mapcar (lambda (it)
|
(mapcar (lambda (it)
|
||||||
(cons (biome-query--unique-key-weight it seq-lengths) it)))
|
(cons (biome-query--unique-key-weight it seq-lengths) it)))
|
||||||
(seq-filter (lambda (it) (< (car it) max-weight)))
|
(seq-filter (lambda (it) (< (car it) max-weight)))
|
||||||
((lambda (sequences) (sort sequences (lambda (a b) (< (car a) (car b))))))
|
(funcall
|
||||||
|
(lambda (sequences) (sort sequences (lambda (a b) (< (car a) (car b))))))
|
||||||
(mapcar #'cdr)
|
(mapcar #'cdr)
|
||||||
(seq-sort-by
|
(seq-sort-by
|
||||||
(lambda (it)
|
(lambda (it)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue