summaryrefslogtreecommitdiff
path: root/test/lisp/use-package/use-package-tests.el
diff options
context:
space:
mode:
authorAlex Branham <alex.branham@gmail.com>2018-01-27 09:56:15 -0600
committerAlex Branham <alex.branham@gmail.com>2018-01-27 10:01:10 -0600
commit88bcb8b96d6366ad2c801d6edb3ecc0d18618643 (patch)
treea60627216da4112df2024cf916702249155ffacc /test/lisp/use-package/use-package-tests.el
parentfd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff)
downloademacs-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.el3
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)