diff options
Diffstat (limited to 't3.init')
-rw-r--r-- | t3.init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -268,6 +268,9 @@ (define program-arguments command-line) +;;@ (FILE-POSITION <port> . <k>) +(define (file-position . args) #f) + ;;; (OUTPUT-PORT-WIDTH <port>) (define output-port-width (lambda x |