diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-05 15:51:08 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-05 15:51:08 +0200 |
commit | 0342354c155728f8d55005bd34a66e1ab3179cc7 (patch) | |
tree | 8cb5a3aff530b53d934bc3b8efecd18cf8b66c58 /lisp/shadowfile.el | |
parent | 6a8935a1531b8b64777bf357ed65a2ae69eade9e (diff) | |
download | emacs-0342354c155728f8d55005bd34a66e1ab3179cc7.tar.gz emacs-0342354c155728f8d55005bd34a66e1ab3179cc7.tar.bz2 emacs-0342354c155728f8d55005bd34a66e1ab3179cc7.zip |
* lisp/shadowfile.el (cl-lib): Revert removing require.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r-- | lisp/shadowfile.el | 1 |
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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |