From a0fbb68308c2302a3d62aa911c4476fad660b78a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 31 May 2005 18:09:31 +0000 Subject: [PATCH] , svn: r25 --- collects/mred/private/seqcontract.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mred/private/seqcontract.ss b/collects/mred/private/seqcontract.ss index 4ca0aa68d6..7dde1ab506 100644 --- a/collects/mred/private/seqcontract.ss +++ b/collects/mred/private/seqcontract.ss @@ -276,7 +276,7 @@ Matthew (change-style [(x) (x y) (x y z) (x y z w)] unlocked) (insert [(x) (x y) (x y z) (x y z p) (x y z p q)] unlocked) (delete [() (start) (start end) (start end scroll-ok?)] unlocked) - (insert-port [(port) (port format show-errors?)] unlocked) + (insert-port [(port) (port format) (port format show-errors?)] unlocked) (read-from-file [(x) (x y) (x y z)] unlocked) (set-style-list [(style-list)] unlocked)]