]> git.eshelyaron.com Git - emacs.git/commitdiff
(dungeon-nil): Explicitly return nil.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 23:15:13 +0000 (23:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 23:15:13 +0000 (23:15 +0000)
lisp/play/dunnet.el

index 16fd365d969f47a656d61ae7f98b6ad707fee9b4..26a57133f262e881c86cb8f392f7e71f903dd31c 100644 (file)
@@ -3340,7 +3340,8 @@ File not found")))
 
 (defun dungeon-nil (arg)
   "noop"
-  (interactive "*p"))
+  (interactive "*p")
+  nil)
 
 (defun dun-batch-dungeon ()
   (load "dun-batch")