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:04:57 -0800
committerGitHub <noreply@github.com>2018-01-27 14:04:57 -0800
commitd21787f1d64a740c0e00899835d9200a0e4690df (patch)
treed82254a23787a05da0315316b5d844ed517c70b2 /test/lisp/use-package/use-package-tests.el
parentfd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff)
parent109167e8f50c61472998f3eb800b95dcab904695 (diff)
downloademacs-d21787f1d64a740c0e00899835d9200a0e4690df.tar.gz
emacs-d21787f1d64a740c0e00899835d9200a0e4690df.tar.bz2
emacs-d21787f1d64a740c0e00899835d9200a0e4690df.zip
Merge pull request from jabranham/lexical-bindings
[WIP] Lexical bindings GitHub-reference: https://github.com/jwiegley/use-package/issues/617
Diffstat (limited to 'test/lisp/use-package/use-package-tests.el')
-rw-r--r--test/lisp/use-package/use-package-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el
index fc86fa63f81..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