# HG changeset patch # User Dan Nicolaescu # Date 1184647677 0 # Node ID 6806504780b5835404c2b125fac36953d12521e6 # Parent 673dae20298ab2d851e7daf2de85bb1df547200b Undo previous change. diff -r 673dae20298a -r 6806504780b5 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 16 22:41:49 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 17 04:47:57 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-17 Dan Nicolaescu + + * vc.el: Undo previous change. + 2007-07-16 Eli Zaretskii * makefile.w32-in (clean): Don't delete *~. diff -r 673dae20298a -r 6806504780b5 lisp/vc.el --- a/lisp/vc.el Mon Jul 16 22:41:49 2007 +0000 +++ b/lisp/vc.el Tue Jul 17 04:47:57 2007 +0000 @@ -224,7 +224,7 @@ ;; The implementation should pass the value of vc-checkout-switches ;; to the backend command. ;; -;; - checkout (file &optional editable rev) +;; * checkout (file &optional editable rev) ;; ;; Check out revision REV of FILE into the working area. If EDITABLE ;; is non-nil, FILE should be writable by the user and if locking is