diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/play/dunnet.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 09dc317c9c0..4c4eff773f2 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -132,7 +132,6 @@ ;;; or lack thereof, depends on certain conditions. (defun dun-special-object () - (if (= dun-current-room computer-room) (if dun-computer (dun-mprincl @@ -3326,3 +3325,5 @@ File not found"))) (dun-mprinc "\n") (setq dun-batch-mode t) (dun-batch-loop)) + + |