diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-05 10:41:35 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-05 10:41:35 +0000 |
commit | c4f9018285a5b83a1e3057cba2f1b4c7dba5130f (patch) | |
tree | b6886533c12d35ccd40e00315519f4e4d8633a14 /lisp/play | |
parent | c4ed232b1cdbd93ca6326b8a9112e76ade358dfb (diff) | |
download | emacs-c4f9018285a5b83a1e3057cba2f1b4c7dba5130f.tar.gz |
(dun-mode): Set major-mode to `dun-mode'.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/dunnet.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 58e06fd2348..b3f6d8e4c1e 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -1,6 +1,6 @@ ;;; dunnet.el --- Text adventure for Emacs -;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: Ron Schnell <ronnie@driver-aces.com> ;; Created: 25 Jul 1992 @@ -58,7 +58,7 @@ (make-local-variable 'scroll-step) (setq scroll-step 2) (use-local-map dungeon-mode-map) - (setq major-mode 'dungeon-mode) + (setq major-mode 'dun-mode) (setq mode-name "Dungeon")) (defun dun-parse (arg) |