summaryrefslogtreecommitdiff
path: root/lisp/shadowfile.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-05 15:51:08 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-05 15:51:08 +0200
commit0342354c155728f8d55005bd34a66e1ab3179cc7 (patch)
tree8cb5a3aff530b53d934bc3b8efecd18cf8b66c58 /lisp/shadowfile.el
parent6a8935a1531b8b64777bf357ed65a2ae69eade9e (diff)
downloademacs-0342354c155728f8d55005bd34a66e1ab3179cc7.tar.gz
* lisp/shadowfile.el (cl-lib): Revert removing require.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r--lisp/shadowfile.el1
1 files changed, 1 insertions, 0 deletions
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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;