From: Dan Nicolaescu Date: Tue, 17 Jul 2007 04:47:57 +0000 (+0000) Subject: Undo previous change. X-Git-Tag: emacs-pretest-23.0.90~11877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e6da495656e3c381aa057e94f419f3433e00430;p=emacs.git Undo previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d1b192ce8e..a55210393d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc.el b/lisp/vc.el index 04efe7fc2f0..a147f7e4dd0 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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