diff --git a/pkgs/gui-pkgs/gui-lib/mred/private/seqcontract.rkt b/pkgs/gui-pkgs/gui-lib/mred/private/seqcontract.rkt index 86b260f40c..80695ed926 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/private/seqcontract.rkt +++ b/pkgs/gui-pkgs/gui-lib/mred/private/seqcontract.rkt @@ -268,7 +268,7 @@ Matthew (get-character [(start)] unlocked) (find-wordbreak [(start end reason)] unlocked) (save-file [() (filename) (filename format) (filename format show-errors?)] unlocked) - (write-to-file [(stream) (stream start end)] unlocked) + (write-to-file [(stream) (stream start) (stream start end)] unlocked) (find-position [(x y) (x y at-eol?) (x y at-eol? on-it?) (x y at-eol? on-it? edge-close?)] unlocked) (scroll-line-location [(pos)] unlocked) (num-scroll-lines [()] unlocked)