1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(dun-mode): Set major-mode to `dun-mode'.

This commit is contained in:
Gerd Moellmann 2001-03-05 10:41:35 +00:00
parent c4ed232b1c
commit c4f9018285

View File

@ -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)