summaryrefslogtreecommitdiff
path: root/test/lisp/use-package/use-package-tests.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-01-27 14:09:10 -0800
committerJohn Wiegley <johnw@newartisans.com>2018-01-27 14:09:10 -0800
commit566a2ea3a1f0fb1449e9c662924ed1d87e109284 (patch)
treed82254a23787a05da0315316b5d844ed517c70b2 /test/lisp/use-package/use-package-tests.el
parentc29193bf0724633adf7183dad2d0b6faf7d029ab (diff)
downloademacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.tar.gz
emacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.tar.bz2
emacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.zip
Revert "Move variable bindings to the bottom of each file"
This reverts commit c29193bf0724633adf7183dad2d0b6faf7d029ab.
Diffstat (limited to 'test/lisp/use-package/use-package-tests.el')
-rw-r--r--test/lisp/use-package/use-package-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el
index ec9c59be916..55d9959fb10 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
+;;; use-package-tests.el --- Tests for use-package.el -*- lexical-binding: t; -*-
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -1885,7 +1885,6 @@
;; Local Variables:
;; indent-tabs-mode: nil
-;; lexical-binding: t
;; no-byte-compile: t
;; no-update-autoloads: t
;; End: