X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3f715d17fef56ee78a3df7ebb00d4e8b1aec37de..52f8337d7129eebc1bebcd07b61f3e0ec3a6bbc2:/lisp/play/dunnet.el diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 735d69cfbc..22a2642f75 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -1,7 +1,6 @@ ;;; dunnet.el --- text adventure for Emacs -*- byte-compile-warnings: nil -*- -;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1992-1993, 2001-2012 Free Software Foundation, Inc. ;; Author: Ron Schnell ;; Created: 25 Jul 1992 @@ -2184,7 +2183,7 @@ A hole leads north." nil nil nil nil nil (list obj-box) ;; stair-landing nil nil nil - (list obj-axe) ;; smal-crawlspace + (list obj-axe) ;; small-crawlspace nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil (list obj-special) ;; fourth-vermont-intersection @@ -3357,5 +3356,4 @@ File not found"))) (provide 'dunnet) -;; arch-tag: 4cc8e47c-d9e1-4ef4-936b-578e7f529558 ;;; dunnet.el ends here