diff options
author | John Wiegley <johnw@newartisans.com> | 2018-01-27 14:04:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-27 14:04:57 -0800 |
commit | d21787f1d64a740c0e00899835d9200a0e4690df (patch) | |
tree | d82254a23787a05da0315316b5d844ed517c70b2 /lisp/use-package/use-package-lint.el | |
parent | fd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff) | |
parent | 109167e8f50c61472998f3eb800b95dcab904695 (diff) | |
download | emacs-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 'lisp/use-package/use-package-lint.el')
-rw-r--r-- | lisp/use-package/use-package-lint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-lint.el b/lisp/use-package/use-package-lint.el index 53c682842f9..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 |