Mercurial > emacs
changeset 926:faa1d84dfe50
entered into RCS
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 04 Aug 1992 07:21:29 +0000 |
parents | 6295ac3be480 |
children | 587a08c3a70b |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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