diff options
author | Glenn Morris <rgm@gnu.org> | 2017-02-16 20:33:24 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-02-16 20:33:24 -0800 |
commit | 3ea055c90ed0b6c486518265300fa7219f8e5a29 (patch) | |
tree | 0152bb61075b5f3107e4a7ce5540386da2b6b144 /lisp/play | |
parent | b91bfa10413182654a76d0ba337198f39a4d0e8e (diff) | |
download | emacs-3ea055c90ed0b6c486518265300fa7219f8e5a29.tar.gz |
Whitespace trivia in dunnet.el
* lisp/play/dunnet.el (dun-special-object, dun-put-objs)
(dun-rlogin-endgame): Whitespace trivia.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/dunnet.el | 6 |
1 files 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)) |