]> git.eshelyaron.com Git - emacs.git/commitdiff
Turn on lexical-binding in dunnet.el
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 21 Feb 2017 02:04:52 +0000 (21:04 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 21 Feb 2017 02:04:52 +0000 (21:04 -0500)
* lisp/play/dunnet.el: Turn on lexical-binding.  Re-instate lexical
byte compile warnings.

lisp/play/dunnet.el

index 801d14c833ec22feacd44b5ec6ca4c01f00ec33a..f553c16d15b3ea809a5c98c352a27be0fd6bfb12 100644 (file)
@@ -1,4 +1,4 @@
-;;; dunnet.el --- text adventure for Emacs
+;;; dunnet.el --- text adventure for Emacs -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1992-1993, 2001-2017 Free Software Foundation, Inc.
 
@@ -3193,7 +3193,7 @@ File not found")))
 (provide 'dunnet)
 
 ;; Local Variables:
-;; byte-compile-warnings: (not free-vars lexical)
+;; byte-compile-warnings: (not free-vars)
 ;; End:
 
 ;;; dunnet.el ends here