diff options
| -rw-r--r-- | lisp/play/dunnet.el | 3 |
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"))) | |||
| 3340 | 3340 | ||
| 3341 | (defun dungeon-nil (arg) | 3341 | (defun dungeon-nil (arg) |
| 3342 | "noop" | 3342 | "noop" |
| 3343 | (interactive "*p")) | 3343 | (interactive "*p") |
| 3344 | nil) | ||
| 3344 | 3345 | ||
| 3345 | (defun dun-batch-dungeon () | 3346 | (defun dun-batch-dungeon () |
| 3346 | (load "dun-batch") | 3347 | (load "dun-batch") |