summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-lint.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package-lint.el')
-rw-r--r--lisp/use-package/use-package-lint.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/use-package/use-package-lint.el b/lisp/use-package/use-package-lint.el
index 54f5b759406..c6e7c3c0ce2 100644
--- a/lisp/use-package/use-package-lint.el
+++ b/lisp/use-package/use-package-lint.el
@@ -1,4 +1,4 @@
-;;; use-package-lint.el --- Attempt to find errors in use-package declarations
+;;; use-package-lint.el --- Attempt to find errors in use-package declarations -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2017 John Wiegley
@@ -81,9 +81,4 @@ with the specified `:load-path' the module cannot be found."
(provide 'use-package-lint)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; lexical-binding: t
-;; End:
-
;;; use-package-lint.el ends here