diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-20 21:15:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-20 21:15:26 +0000 |
commit | 6adb363e5ed6adc4ec66177c97bc539befa3c2e6 (patch) | |
tree | 63cab17c3772e23f3b029e957b573c00077df31a /lisp/play/dunnet.el | |
parent | 720e1cf2ffa1daa2c31b1d86e44fe0103bc5db20 (diff) | |
download | emacs-6adb363e5ed6adc4ec66177c97bc539befa3c2e6.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/dunnet.el')
-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)) + + |