diff options
Diffstat (limited to 'Template.scm')
-rw-r--r-- | Template.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Template.scm b/Template.scm index 74fb7ea..b006f7a 100644 --- a/Template.scm +++ b/Template.scm @@ -204,6 +204,9 @@ )) +;;@ (FILE-POSITION <port> . <k>) +(define (file-position . args) #f) + ;;@ (OUTPUT-PORT-WIDTH <port>) (define (output-port-width . arg) 79) |