aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 417dd1548f3..0d54d7e934c 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -564,7 +564,7 @@ level to check it in under. COMMENT, if specified, is the checkin comment."
564 (vc-start-entry file rev 564 (vc-start-entry file rev
565 (or comment (not vc-initial-comment)) 565 (or comment (not vc-initial-comment))
566 "Enter initial comment." 'vc-backend-admin 566 "Enter initial comment." 'vc-backend-admin
567 'vc-checkout-writable-buffer-hook)) 567 nil))
568 568
569(defun vc-checkout (file &optional writable) 569(defun vc-checkout (file &optional writable)
570 "Retrieve a copy of the latest version of the given file." 570 "Retrieve a copy of the latest version of the given file."