From 3ea055c90ed0b6c486518265300fa7219f8e5a29 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Feb 2017 20:33:24 -0800 Subject: [PATCH] Whitespace trivia in dunnet.el * lisp/play/dunnet.el (dun-special-object, dun-put-objs) (dun-rlogin-endgame): Whitespace trivia. --- lisp/play/dunnet.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index ed5b4c65068..8ddb680f252 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -152,7 +152,7 @@ your objects, to give off an eerie glow.")) (progn (if (not dun-inbus) (progn - (dun-mprincl"You fall into a hole in the ground.") + (dun-mprincl "You fall into a hole in the ground.") (setq dun-current-room vermont-station) (dun-describe-room vermont-station)) (progn @@ -555,7 +555,7 @@ with a bang. The key seems to have vanished!") (dun-mprincl "I don't know how to combine those objects. Perhaps you should just try dropping it.") - (dun-mprincl"You can't put that there."))))))))))) + (dun-mprincl "You can't put that there."))))))))))) (defun dun-type (_args) (if (not (= dun-current-room computer-room)) @@ -2990,7 +2990,7 @@ drwxr-xr-x 3 root staff 2048 Jan 1 1970 ..") (if (not (= (dun-score nil) 90)) (dun-mprincl "You have not achieved enough points to connect to endgame.") - (dun-mprincl"\nWelcome to the endgame. You are a truly noble adventurer.") + (dun-mprincl "\nWelcome to the endgame. You are a truly noble adventurer.") (setq dun-current-room treasure-room) (setq dun-endgame t) (dun-replace dun-room-objects endgame-treasure-room (list obj-bill)) -- 2.39.5