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 --- scsh.init | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scsh.init') diff --git a/scsh.init b/scsh.init index b4af555..0815825 100644 --- a/scsh.init +++ b/scsh.init @@ -190,6 +190,12 @@ )) +;;@ (FILE-POSITION . ) +(define (file-position port . args) + (if (null? args) + (tell port) + (apply seek port args))) + ;;; (OUTPUT-PORT-WIDTH ) (define (output-port-width . arg) 79) -- cgit v1.2.3