[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 4255f0f 1/2: * test/lisp/net/tramp-tests.el (cl-lib
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 4255f0f 1/2: * test/lisp/net/tramp-tests.el (cl-lib): Require instead of cl-seq. |
Date: |
Thu, 9 May 2019 08:24:31 -0400 (EDT) |
branch: master
commit 4255f0fcaeccf49c6aee8c05e878288b4980337b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
* test/lisp/net/tramp-tests.el (cl-lib): Require instead of cl-seq.
---
test/lisp/net/tramp-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index cce4d4e..75c7ac6 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)