]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'.
authorNoam Postavsky <npostavs@gmail.com>
Sat, 19 Aug 2017 02:27:08 +0000 (22:27 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 19 Aug 2017 02:29:32 +0000 (22:29 -0400)
test/lisp/auth-source-tests.el

index 90a4475ab0d5e29ef543e1e7bea452b72bcc35b7..41bd8c90c20d5d1f1d121cc9ddd97bfaa98d9e41 100644 (file)
@@ -27,7 +27,7 @@
 ;;; Code:
 
 (require 'ert)
-(require 'cl)
+(require 'cl-lib)
 (require 'auth-source)
 
 (defvar secrets-enabled t