summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/play/dunnet.el4
1 files changed, 2 insertions, 2 deletions
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