emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b6a1a74: ; Fix previous change


From: Mark Oteiza
Subject: [Emacs-diffs] master b6a1a74: ; Fix previous change
Date: Sun, 19 Feb 2017 08:56:44 -0500 (EST)

branch: master
commit b6a1a74522120979fe1a63b2d5517a490ee572b0
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; 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 1c8fab0..755c658 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]