missed a place where I need one fewer argument to the 'blame' constructor

This commit is contained in:
Robby Findler 2011-02-12 20:31:49 -06:00
parent 5e70dc863e
commit d2eb80be35

View File

@ -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 ]