From b6a1a74522120979fe1a63b2d5517a490ee572b0 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sun, 19 Feb 2017 08:55:45 -0500 Subject: [PATCH] ; Fix previous change Actually adjust the comment. * lisp/play/dunnet.el: Change comment to refer to section, add page break to better demarcate section. --- lisp/play/dunnet.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 1c8fab05092..755c6583e7a 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -48,7 +48,7 @@ ;;;; ;;;; IMPORTANT ;;;; All globals which can change must be saved from 'save-game. Add -;;;; all new globals to bottom of file. +;;;; all new globals to bottom of this section. (defvar dun-visited '(27)) (defvar dun-current-room 1) @@ -1125,6 +1125,7 @@ treasures for points?" "4" "four") (defconst dun-combination (prin1-to-string (+ 100 (random 899)))) + ;;;; Mode definitions for interactive mode (define-derived-mode dun-mode text-mode "Dungeon" -- 2.39.2