From 64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:38 -0800 Subject: Import Upstream version 3a5 --- pscheme.init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pscheme.init') diff --git a/pscheme.init b/pscheme.init index f2c35cf..11c0125 100644 --- a/pscheme.init +++ b/pscheme.init @@ -117,8 +117,11 @@ string-port )) +;;@ (FILE-POSITION . ) +(define (file-position . args) #f) -;; $BUGBUG completely bogus values. Need hooks into runtime to get better ones +;; $BUGBUG completely bogus values. Need hooks into runtime to get +;; better ones ;;@ (OUTPUT-PORT-WIDTH ) (define (output-port-width . arg) 30) ;;@ (OUTPUT-PORT-HEIGHT ) -- cgit v1.2.3