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:
parent
861a58193a
commit
6bcb1d4ede
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user