mes: Add set-port-encoding!

* module/mescc.scm (set-port-encoding!): Move to...
* mes/module/mes/guile.mes: ...here.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-12-31 08:26:22 +01:00
parent c18ae2f3cd
commit 5fddec2e0e
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -153,3 +153,5 @@
(define (file-exists? o)
(access? o R_OK))
(define (set-port-encoding! port encoding) #t)