1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(vc-admin): Pass nil as last arg to vc-start-entry.

This commit is contained in:
Richard M. Stallman 1994-08-18 00:38:13 +00:00
parent 861a58193a
commit 6bcb1d4ede

View File

@ -564,7 +564,7 @@ level to check it in under. COMMENT, if specified, is the checkin comment."
(vc-start-entry file rev
(or comment (not vc-initial-comment))
"Enter initial comment." 'vc-backend-admin
'vc-checkout-writable-buffer-hook))
nil))
(defun vc-checkout (file &optional writable)
"Retrieve a copy of the latest version of the given file."