mes: simple-format: Use core display.

* mes/module/mes/simple-format.mes: Do not import (mes display).
This commit is contained in:
Jan Nieuwenhuizen 2019-11-16 23:05:10 +01:00 committed by Jan (janneke) Nieuwenhuizen
parent a55dd52b90
commit 643ba0d643
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
;;; Code:
(mes-use-module (mes display))
(define (with-output-to-string thunk)
(define save-write-byte write-byte)
(let ((stdout '()))