mes: simple-format: Use core display.

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

View File

@ -1,7 +1,7 @@
;;; -*-scheme-*-
;;; GNU Mes --- Maxwell Equations of Software
;;; Copyright © 2016,2017,2018,2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016,2017,2018,2019,2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Mes.
;;;
@ -22,8 +22,6 @@
;;; Code:
(mes-use-module (mes display))
(define (with-output-to-string thunk)
(define save-write-byte write-byte)
(let ((stdout '()))