1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Made it so that either DEBUGMODE or USERMODE could be used, and so

that both modes would not display annoying timer messages.
This commit is contained in:
Eric Swenson 2024-08-22 17:50:23 -07:00
parent da99b8a64a
commit e078f32eb0

View File

@ -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)