# HG changeset patch # User Jim Blandy # Date 712912889 0 # Node ID faa1d84dfe506441110db6c2fbabe06bfc3a2098 # Parent 6295ac3be480a25c3d673a9a2176808ec65cb3ca entered into RCS diff -r 6295ac3be480 -r faa1d84dfe50 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Tue Aug 04 05:07:43 1992 +0000 +++ b/lisp/vc-hooks.el Tue Aug 04 07:21:29 1992 +0000 @@ -166,18 +166,6 @@ (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