From: Mark Oteiza Date: Tue, 21 Feb 2017 02:04:52 +0000 (-0500) Subject: Turn on lexical-binding in dunnet.el X-Git-Tag: emacs-26.0.90~753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd1afb3da61e31ded80ef68dc72c50e570e37ed;p=emacs.git Turn on lexical-binding in dunnet.el * lisp/play/dunnet.el: Turn on lexical-binding. Re-instate lexical byte compile warnings. --- diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 801d14c833e..f553c16d15b 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -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