diff options
author | Alex Branham <alex.branham@gmail.com> | 2018-01-27 09:56:15 -0600 |
---|---|---|
committer | Alex Branham <alex.branham@gmail.com> | 2018-01-27 10:01:10 -0600 |
commit | 88bcb8b96d6366ad2c801d6edb3ecc0d18618643 (patch) | |
tree | a60627216da4112df2024cf916702249155ffacc /test/lisp/use-package/use-package-tests.el | |
parent | fd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff) | |
download | emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.gz emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.bz2 emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.zip |
Use lexical bindings and remove cl package
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 fc86fa63f81..be017850cc2 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 @@ -22,7 +22,6 @@ ;;; Code: -(require 'cl) (require 'ert) (require 'use-package) |