diff options
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 651008b4e6..0f3298d268 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -658,7 +658,6 @@ (declare-function diff-setup-whitespace "diff-mode" ()) (eval-when-compile - (require 'cl) (require 'dired)) (unless (assoc 'vc-parent-buffer minor-mode-alist) |