]> git.eshelyaron.com Git - emacs.git/commitdiff
Require `cl-lib` rather than directly some of its subfiles
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 29 Oct 2023 18:07:04 +0000 (14:07 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 29 Oct 2023 18:07:04 +0000 (14:07 -0400)
* test/src/filelock-tests.el:
* lisp/net/tramp-sh.el: Require `cl-lib` rather than `cl-seq` or `cl-macs`.

lisp/net/tramp-sh.el
test/src/filelock-tests.el

index ba6dbdf0c393d5913f18402726db39a38a317064..49acf8395c5d721a6ef767a19ee0df8f78d45f1a 100644 (file)
@@ -31,8 +31,7 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl-lib))
-(require 'cl-seq)
+(require 'cl-lib)
 (require 'tramp)
 
 ;; `dired-*' declarations can be removed, starting with Emacs 29.1.
index f4376b2a5b08d9e828283312619d9c707214a878..f4ae7192796b1dca6caf64e631d6725ba018db93 100644 (file)
@@ -26,7 +26,7 @@
 
 ;;; Code:
 
-(require 'cl-macs)
+(require 'cl-lib)
 (require 'ert)
 (require 'ert-x)
 (require 'seq)