diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-05-09 14:23:07 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-05-09 14:23:07 +0200 |
commit | 4255f0fcaeccf49c6aee8c05e878288b4980337b (patch) | |
tree | 8f48bfa98c9b7a5c316b118845d8fc403c8364a3 /test/lisp | |
parent | f97628f58e520c13b70ff618dda34e66da3dc81b (diff) | |
download | emacs-4255f0fcaeccf49c6aee8c05e878288b4980337b.tar.gz |
* test/lisp/net/tramp-tests.el (cl-lib): Require instead of cl-seq.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index cce4d4e289b..75c7ac6ca4a 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -41,7 +41,7 @@ ;;; Code: -(require 'cl-seq) +(require 'cl-lib) (require 'dired) (require 'ert) (require 'ert-x) |