aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-08-04 07:21:29 +0000
committerJim Blandy1992-08-04 07:21:29 +0000
commit9f1ce56b63f5a415825e6bbe911bcb7bc3d87609 (patch)
tree6dbd78a11a48f23ea8a6cf1722460b484f85019c
parent5336e8290129e4d8f8c711ef7324a796205f1230 (diff)
downloademacs-9f1ce56b63f5a415825e6bbe911bcb7bc3d87609.tar.gz
emacs-9f1ce56b63f5a415825e6bbe911bcb7bc3d87609.zip
entered into RCS
-rw-r--r--lisp/vc-hooks.el12
1 files changed, 0 insertions, 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."
166 (define-key vc-prefix-map "=" 'vc-directory) 166 (define-key vc-prefix-map "=" 'vc-directory)
167 )) 167 ))
168 168
169(autoload 'vc-update-change-log "vc.el" nil t)
170(autoload 'vc-cancel-version "vc.el" nil t)
171(autoload 'vc-diff "vc.el" nil t)
172(autoload 'vc-insert-headers "vc.el" nil t)
173(autoload 'vc-register "vc.el" nil t)
174(autoload 'vc-print-log "vc.el" nil t)
175(autoload 'vc-retrieve-snapshot "vc.el" nil t)
176(autoload 'vc-creat-snapshot "vc.el" nil t)
177(autoload 'vc-directory "vc.el" nil t)
178(autoload 'vc-revert-buffer "vc.el" nil t)
179(autoload 'vc-next-action "vc.el" nil t)
180
181(provide 'vc-hooks) 169(provide 'vc-hooks)
182 170
183;;; vc-hooks.el ends here 171;;; vc-hooks.el ends here