diff options
author | John Wiegley <johnw@newartisans.com> | 2018-01-27 14:09:10 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-01-27 14:09:10 -0800 |
commit | 566a2ea3a1f0fb1449e9c662924ed1d87e109284 (patch) | |
tree | d82254a23787a05da0315316b5d844ed517c70b2 /test/lisp/use-package/use-package-tests.el | |
parent | c29193bf0724633adf7183dad2d0b6faf7d029ab (diff) | |
download | emacs-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.el | 3 |
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: |