diff options
author | John Wiegley <johnw@newartisans.com> | 2018-01-27 14:13:48 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-01-27 14:13:48 -0800 |
commit | ab918196faff60300a8c9e3b7e1d825c42831b6e (patch) | |
tree | 76d8bec314f1c6257fe03ef386a7800171c24862 /lisp/use-package/use-package.el | |
parent | 566a2ea3a1f0fb1449e9c662924ed1d87e109284 (diff) | |
download | emacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.tar.gz emacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.tar.bz2 emacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.zip |
Revert "Merge pull request from jabranham/lexical-bindings"
This reverts commit d21787f1d64a740c0e00899835d9200a0e4690df, reversing
changes made to fd8a3510fd1a555b925f57b2870917e3c4ea0206.
GitHub-reference: https://github.com/jwiegley/use-package/issues/617
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 1a8fff895f6..5f98db1bed7 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -1,4 +1,4 @@ -;;; use-package.el --- A configuration macro for simplifying your .emacs -*- lexical-binding: t; -*- +;;; use-package.el --- A configuration macro for simplifying your .emacs ;; Copyright (C) 2012-2017 John Wiegley |