mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
fix: ON was defined incorrectly
This commit is contained in:
@ -299,7 +299,7 @@
|
|||||||
(let ((fun (functionalize fun))
|
(let ((fun (functionalize fun))
|
||||||
(key (functionalize key)))
|
(key (functionalize key)))
|
||||||
(lambda (&rest its)
|
(lambda (&rest its)
|
||||||
(funcall fun (mapcar key its)))))
|
(apply fun (mapcar key its)))))
|
||||||
|
|
||||||
(defun filler (length1 length2 fill-value)
|
(defun filler (length1 length2 fill-value)
|
||||||
(if (< length1 length2)
|
(if (< length1 length2)
|
||||||
|
|||||||
Reference in New Issue
Block a user