missed a place where I need one fewer argument to the 'blame' constructor
This commit is contained in:
parent
5e70dc863e
commit
d2eb80be35
|
@ -58,8 +58,7 @@
|
|||
name
|
||||
(unpack-blame (if original? pos neg))
|
||||
(unpack-blame (if original? neg pos))
|
||||
original?
|
||||
(unpack-blame (if original? neg pos)))))))
|
||||
original?)))))
|
||||
|
||||
(define (legacy-property name)
|
||||
(define-values [ prop pred get ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user