pref-matrix

Web interface to coordinate preferences
git clone https://git.instinctive.eu/pref-matrix.git
Log | Files | Refs | README | LICENSE

commit 6319028a51f1e23318aeeb3948552ecfdc7bce91
parent 730de26cf29ae7fc7f50e70ad0672234517b88ba
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Mon, 15 Jan 2024 18:28:28 +0000

`trace-comment`, rather than `trafe-comment`
Diffstat:
Msrc/pref-matrix.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pref-matrix.scm b/src/pref-matrix.scm @@ -95,7 +95,7 @@ (unless trace-port (set! trace-call (lambda (x) #f)) - (set! trafe-comment (lambda (x) #f)) + (set! trace-comment (lambda (x) #f)) (set! trace-result (lambda (x y) #f))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;