emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112753: dunnet.el trivia


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112753: dunnet.el trivia
Date: Mon, 27 May 2013 23:54:23 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112753
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-27 23:54:23 -0700
message:
  dunnet.el trivia
  
  * play/dunnet.el (byte-compile-warnings): Don't disable them all.
  (dun-unix-verbs): Remove dun-zippy.
  (dun-zippy): Remove function.
modified:
  lisp/ChangeLog
  lisp/play/dunnet.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-28 06:52:51 +0000
+++ b/lisp/ChangeLog    2013-05-28 06:54:23 +0000
@@ -1,5 +1,9 @@
 2013-05-28  Glenn Morris  <address@hidden>
 
+       * play/dunnet.el (byte-compile-warnings): Don't disable them all.
+       (dun-unix-verbs): Remove dun-zippy.
+       (dun-zippy): Remove function.
+
        * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
 
 2013-05-27  Juri Linkov  <address@hidden>

=== modified file 'lisp/play/dunnet.el'
--- a/lisp/play/dunnet.el       2013-01-01 09:11:05 +0000
+++ b/lisp/play/dunnet.el       2013-05-28 06:54:23 +0000
@@ -1,4 +1,4 @@
-;;; dunnet.el --- text adventure for Emacs -*-  byte-compile-warnings: nil -*-
+;;; dunnet.el --- text adventure for Emacs
 
 ;; Copyright (C) 1992-1993, 2001-2013 Free Software Foundation, Inc.
 
@@ -1386,7 +1386,7 @@
 (setq dun-unix-verbs '((ls . dun-ls) (ftp . dun-ftp) (echo . dun-echo)
                       (exit . dun-uexit) (cd . dun-cd) (pwd . dun-pwd)
                       (rlogin . dun-rlogin) (uncompress . dun-uncompress)
-                      (cat . dun-cat) (zippy . dun-zippy)))
+                      (cat . dun-cat)))
 
 (setq dun-dos-verbs '((dir . dun-dos-dir) (type . dun-dos-type)
                      (exit . dun-dos-exit) (command . dun-dos-spawn)
@@ -2996,9 +2996,6 @@
                (dun-mprincl "Ascii files only.")
              (dun-mprincl "File not found."))))))))
 
-(defun dun-zippy (args)
-  (dun-mprincl (yow)))
-
 (defun dun-rlogin-endgame ()
   (if (not (= (dun-score nil) 90))
       (dun-mprincl
@@ -3356,3 +3353,7 @@
 (provide 'dunnet)
 
 ;;; dunnet.el ends here
+
+;; Local Variables:
+;; byte-compile-warnings: (not free-vars lexical)
+;; End:


reply via email to

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