From: Mark Oteiza Date: Sun, 19 Feb 2017 13:55:45 +0000 (-0500) Subject: ; Fix previous change X-Git-Tag: emacs-26.0.90~776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6a1a74522120979fe1a63b2d5517a490ee572b0;p=emacs.git ; Fix previous change Actually adjust the comment. * lisp/play/dunnet.el: Change comment to refer to section, add page break to better demarcate section. --- 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"