From: Stefan Kangas Date: Mon, 5 Apr 2021 13:51:08 +0000 (+0200) Subject: * lisp/shadowfile.el (cl-lib): Revert removing require. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~3250 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0342354c155728f8d55005bd34a66e1ab3179cc7;p=emacs.git * lisp/shadowfile.el (cl-lib): Revert removing require. --- 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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;