summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 23:15:13 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 23:15:13 +0000
commita76e5805442076cd81e3cf6d2870def6f0780228 (patch)
tree6e9e7cd7ee3509eb3d284556a9cefeaa67d9f5ec
parent4eccbbe429ccd6ead6a3f69f836edb2959327c15 (diff)
downloademacs-a76e5805442076cd81e3cf6d2870def6f0780228.tar.gz
(dungeon-nil): Explicitly return nil.
-rw-r--r--lisp/play/dunnet.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 16fd365d969..26a57133f26 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -3340,7 +3340,8 @@ File not found")))
(defun dungeon-nil (arg)
"noop"
- (interactive "*p"))
+ (interactive "*p")
+ nil)
(defun dun-batch-dungeon ()
(load "dun-batch")