diff options
| -rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index f380eba5922..605c68a5fd2 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -60,9 +60,6 @@ | |||
| 60 | 60 | ||
| 61 | (require 'vc-hooks) | 61 | (require 'vc-hooks) |
| 62 | (require 'ring) | 62 | (require 'ring) |
| 63 | (require 'dired) | ||
| 64 | (require 'compile) | ||
| 65 | (require 'sendmail) | ||
| 66 | 63 | ||
| 67 | (if (not (assoc 'vc-parent-buffer minor-mode-alist)) | 64 | (if (not (assoc 'vc-parent-buffer minor-mode-alist)) |
| 68 | (setq minor-mode-alist | 65 | (setq minor-mode-alist |