From e078f32eb07a675cf60bc5f612c7d48706133045 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Thu, 22 Aug 2024 17:50:23 -0700 Subject: [PATCH] Made it so that either DEBUGMODE or USERMODE could be used, and so that both modes would not display annoying timer messages. --- src/shrdlu/{setup.64 => setup.65} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/shrdlu/{setup.64 => setup.65} (99%) diff --git a/src/shrdlu/setup.64 b/src/shrdlu/setup.65 similarity index 99% rename from src/shrdlu/setup.64 rename to src/shrdlu/setup.65 index 3768ea22b..e03a6d969 100644 --- a/src/shrdlu/setup.64 +++ b/src/shrdlu/setup.65 @@ -191,7 +191,8 @@ T) (SETQ *RSET NIL) (IOC C) - (SETQ SH-PRINT-TIME T)) + ;(SETQ SH-PRINT-TIME T) + ) (DEFUN DEBUGMODE NIL (QUIETMODE) @@ -285,6 +286,7 @@ (SHRDLU)) (DEBUGMODE) +;(USERMODE) (setq sh-standard-printout nil smnbreak nil smntrace nil makintern t annoyance t)