mirror of
https://github.com/PDP-10/its.git
synced 2026-05-03 22:59: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:
@@ -191,7 +191,8 @@
|
|||||||
T)
|
T)
|
||||||
(SETQ *RSET NIL)
|
(SETQ *RSET NIL)
|
||||||
(IOC C)
|
(IOC C)
|
||||||
(SETQ SH-PRINT-TIME T))
|
;(SETQ SH-PRINT-TIME T)
|
||||||
|
)
|
||||||
|
|
||||||
(DEFUN DEBUGMODE NIL
|
(DEFUN DEBUGMODE NIL
|
||||||
(QUIETMODE)
|
(QUIETMODE)
|
||||||
@@ -285,6 +286,7 @@
|
|||||||
(SHRDLU))
|
(SHRDLU))
|
||||||
|
|
||||||
(DEBUGMODE)
|
(DEBUGMODE)
|
||||||
|
;(USERMODE)
|
||||||
|
|
||||||
(setq sh-standard-printout nil smnbreak nil smntrace nil makintern t annoyance t)
|
(setq sh-standard-printout nil smnbreak nil smntrace nil makintern t annoyance t)
|
||||||
|
|
||||||
Reference in New Issue
Block a user