Skip to content

Commit

Permalink
Made it so that either DEBUGMODE or USERMODE could be used, and so
Browse files Browse the repository at this point in the history
that both modes would not display annoying timer messages.
  • Loading branch information
eswenson1 committed Aug 23, 2024
1 parent da99b8a commit e078f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shrdlu/setup.64 → src/shrdlu/setup.65
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
T)
(SETQ *RSET NIL)
(IOC C)
(SETQ SH-PRINT-TIME T))
;(SETQ SH-PRINT-TIME T)
)

(DEFUN DEBUGMODE NIL
(QUIETMODE)
Expand Down Expand Up @@ -285,6 +286,7 @@
(SHRDLU))

(DEBUGMODE)
;(USERMODE)

(setq sh-standard-printout nil smnbreak nil smntrace nil makintern t annoyance t)

Expand Down

0 comments on commit e078f32

Please sign in to comment.