]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/shadowfile.el (cl-lib): Revert removing require.
authorStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:51:08 +0000 (15:51 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:51:08 +0000 (15:51 +0200)
lisp/shadowfile.el

index 7fe3ed2f9bd34dc8fa60ae2e9a488d720a5f4117..a03965cf6c7cf17f0f78fd51f426d73c07b2d35a 100644 (file)
@@ -73,6 +73,7 @@
 
 ;;; Code:
 
+(require 'cl-lib)
 (require 'tramp)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;