From: Noam Postavsky Date: Sat, 19 Aug 2017 02:27:08 +0000 (-0400) Subject: ; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'. X-Git-Tag: emacs-26.0.90~416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ed64463005c9c94d6822229567717e48e5ee0c5;p=emacs.git ; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'. --- 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