aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Monnier2023-10-29 14:07:04 -0400
committerStefan Monnier2023-10-29 14:07:04 -0400
commit99d4d65cc2cd98537ef58afeace81a11ad2ff6c2 (patch)
treef9c81e5cf34afc68978f8ad1f789d776932cfa9e /test/src
parent67977ae5974e54d34034aa7990cf22dd162c179b (diff)
downloademacs-99d4d65cc2cd98537ef58afeace81a11ad2ff6c2.tar.gz
emacs-99d4d65cc2cd98537ef58afeace81a11ad2ff6c2.zip
Require `cl-lib` rather than directly some of its subfiles
* test/src/filelock-tests.el: * lisp/net/tramp-sh.el: Require `cl-lib` rather than `cl-seq` or `cl-macs`.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/filelock-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/filelock-tests.el b/test/src/filelock-tests.el
index f4376b2a5b0..f4ae7192796 100644
--- a/test/src/filelock-tests.el
+++ b/test/src/filelock-tests.el
@@ -26,7 +26,7 @@
26 26
27;;; Code: 27;;; Code:
28 28
29(require 'cl-macs) 29(require 'cl-lib)
30(require 'ert) 30(require 'ert)
31(require 'ert-x) 31(require 'ert-x)
32(require 'seq) 32(require 'seq)