diff options
| author | Richard M. Stallman | 1993-09-10 13:48:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-09-10 13:48:39 +0000 |
| commit | 66b8b1d5c3709e6962c4664dddc7b664cc35df83 (patch) | |
| tree | d3673571721e33317296f3d4ce382bb03e0cfda6 | |
| parent | 18160b98ce2ce9f534a4aee6be181788322b6c01 (diff) | |
| download | emacs-66b8b1d5c3709e6962c4664dddc7b664cc35df83.tar.gz emacs-66b8b1d5c3709e6962c4664dddc7b664cc35df83.zip | |
(dun-save-game): Use correct name of endgame question.
| -rw-r--r-- | lisp/play/dunnet.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 165fb0d8c1c..f44f51fda65 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el | |||
| @@ -3135,7 +3135,7 @@ File not found"))) | |||
| 3135 | (dun-save-val "dun-room-objects") | 3135 | (dun-save-val "dun-room-objects") |
| 3136 | (dun-save-val "dun-room-silents") | 3136 | (dun-save-val "dun-room-silents") |
| 3137 | (dun-save-val "dun-inventory") | 3137 | (dun-save-val "dun-inventory") |
| 3138 | (dun-save-val "dun-endgame-question") | 3138 | (dun-save-val "dun-endgame-questions") |
| 3139 | (dun-save-val "dun-endgame") | 3139 | (dun-save-val "dun-endgame") |
| 3140 | (dun-save-val "dun-cdroom") | 3140 | (dun-save-val "dun-cdroom") |
| 3141 | (dun-save-val "dun-cdpath") | 3141 | (dun-save-val "dun-cdpath") |