From 9f1ce56b63f5a415825e6bbe911bcb7bc3d87609 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 4 Aug 1992 07:21:29 +0000 Subject: [PATCH] entered into RCS --- lisp/vc-hooks.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 5f779912943..d8a8917291e 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -166,18 +166,6 @@ Returns t if checkout was successful, nil otherwise." (define-key vc-prefix-map "=" 'vc-directory) )) -(autoload 'vc-update-change-log "vc.el" nil t) -(autoload 'vc-cancel-version "vc.el" nil t) -(autoload 'vc-diff "vc.el" nil t) -(autoload 'vc-insert-headers "vc.el" nil t) -(autoload 'vc-register "vc.el" nil t) -(autoload 'vc-print-log "vc.el" nil t) -(autoload 'vc-retrieve-snapshot "vc.el" nil t) -(autoload 'vc-creat-snapshot "vc.el" nil t) -(autoload 'vc-directory "vc.el" nil t) -(autoload 'vc-revert-buffer "vc.el" nil t) -(autoload 'vc-next-action "vc.el" nil t) - (provide 'vc-hooks) ;;; vc-hooks.el ends here -- 2.11.4.GIT