changeset 4193:97649642e730

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jul 1993 21:15:26 +0000
parents d1bca0e276d2
children 053660379077
files lisp/play/dunnet.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/dunnet.el	Tue Jul 20 19:14:05 1993 +0000
+++ b/lisp/play/dunnet.el	Tue Jul 20 21:15:26 1993 +0000
@@ -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 @@
   (dun-mprinc "\n")
   (setq dun-batch-mode t)
   (dun-batch-loop))
+
+