]> git.eshelyaron.com Git - emacs.git/commitdiff
Test still requires cl
authorAlex Branham <alex.branham@gmail.com>
Sat, 27 Jan 2018 17:11:40 +0000 (11:11 -0600)
committerAlex Branham <alex.branham@gmail.com>
Sat, 27 Jan 2018 17:11:40 +0000 (11:11 -0600)
test/lisp/use-package/use-package-tests.el

index be017850cc2e4c25b4ce7627ce6979ac3cc8ed31..55d9959fb10fab1c862550dacab877bad2dacb34 100644 (file)
@@ -22,6 +22,7 @@
 \f
 ;;; Code:
 
+(require 'cl)
 (require 'ert)
 (require 'use-package)