From 6d1f3c631d712260897df7d24f9baee55143b9b6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 12 Jan 2017 01:02:33 -0800 Subject: [PATCH] Add aliases for write-shared and write-simple. This is in lieu of a correct implementation. --- src/runtime/runtime.pkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 8db5f25a4..ba93c60fa 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -2637,6 +2637,8 @@ USA. (parent (runtime)) (export () (flush-output flush-output-port) + (write-shared write) + (write-simple write) beep call-with-truncated-output-port clear -- 2.25.1