From 0342354c155728f8d55005bd34a66e1ab3179cc7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 5 Apr 2021 15:51:08 +0200 Subject: [PATCH] * lisp/shadowfile.el (cl-lib): Revert removing require. --- lisp/shadowfile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 7fe3ed2f9bd..a03965cf6c7 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -73,6 +73,7 @@ ;;; Code: +(require 'cl-lib) (require 'tramp) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.39.5