diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-08-18 22:27:08 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-08-18 22:29:32 -0400 |
commit | 8ed64463005c9c94d6822229567717e48e5ee0c5 (patch) | |
tree | c049e44273d9a0d8caf2a54c3556de65373e3197 /test/lisp/auth-source-tests.el | |
parent | fe87e356124494b8450d12f1c23f3fb08bbf7b06 (diff) | |
download | emacs-8ed64463005c9c94d6822229567717e48e5ee0c5.tar.gz |
; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'.
Diffstat (limited to 'test/lisp/auth-source-tests.el')
-rw-r--r-- | test/lisp/auth-source-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |