aboutsummaryrefslogtreecommitdiffstats
path: root/pscheme.init
diff options
context:
space:
mode:
Diffstat (limited to 'pscheme.init')
-rw-r--r--pscheme.init5
1 files changed, 4 insertions, 1 deletions
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 <port> . <k>)
+(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 <port>)
(define (output-port-width . arg) 30)
;;@ (OUTPUT-PORT-HEIGHT <port>)