From 8ed64463005c9c94d6822229567717e48e5ee0c5 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Fri, 18 Aug 2017 22:27:08 -0400 Subject: [PATCH] ; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'. --- test/lisp/auth-source-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/auth-source-tests.el b/test/lisp/auth-source-tests.el index 90a4475ab0d..41bd8c90c20 100644 --- a/test/lisp/auth-source-tests.el +++ b/test/lisp/auth-source-tests.el @@ -27,7 +27,7 @@ ;;; Code: (require 'ert) -(require 'cl) +(require 'cl-lib) (require 'auth-source) (defvar secrets-enabled t -- 2.39.2