From 9455ac149fe23479d79c780405fd913556061edf Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 16 Nov 2019 23:05:10 +0100 Subject: [PATCH] simple-format: use core display. --- mes/module/mes/simple-format.mes | 2 -- 1 file changed, 2 deletions(-) diff --git a/mes/module/mes/simple-format.mes b/mes/module/mes/simple-format.mes index 78794fb4..92e422f4 100644 --- a/mes/module/mes/simple-format.mes +++ b/mes/module/mes/simple-format.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 '()))