diff options
Diffstat (limited to 'test/lisp/use-package')
-rw-r--r-- | test/lisp/use-package/use-package-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el index 55d9959fb10..ec9c59be916 100644 --- a/test/lisp/use-package/use-package-tests.el +++ b/test/lisp/use-package/use-package-tests.el @@ -1,4 +1,4 @@ -;;; use-package-tests.el --- Tests for use-package.el -*- lexical-binding: t; -*- +;;; use-package-tests.el --- Tests for use-package.el ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -1885,6 +1885,7 @@ ;; Local Variables: ;; indent-tabs-mode: nil +;; lexical-binding: t ;; no-byte-compile: t ;; no-update-autoloads: t ;; End: |