diff lisp/vc.el @ 94534:37fa7ba3820c

Don't commit right after deletion.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 02 May 2008 03:30:10 +0000
parents 4bc924044f22
children c0d96bdee441
line wrap: on
line diff
--- a/lisp/vc.el	Fri May 02 03:23:53 2008 +0000
+++ b/lisp/vc.el	Fri May 02 03:30:10 2008 +0000
@@ -660,9 +660,6 @@
 ;; - do not default to RCS anymore when the current directory is not
 ;;   controlled by any VCS and the user does C-x v v
 ;;
-;; - vc-cvs-delete-file should not do a "cvs commit" immediately after
-;;   removing the file.
-;;
 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
 ;;   buffers that might be visiting the affected files.
 ;;