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 | e5e8bb4adc145973529773db8b618ff43e41016f (patch) | |
| tree | 1233cd62c1659b5ef9db60234c431067377fb848 /lisp | |
| parent | c455d34d63b22687b592482f5a947c08820b15d4 (diff) | |
| download | emacs-e5e8bb4adc145973529773db8b618ff43e41016f.tar.gz | |
*** empty log message ***
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)) + + | 
