From 6bcb1d4edeacdea644ea1170eec1bf6f9f2adc2f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Aug 1994 00:38:13 +0000 Subject: [PATCH] (vc-admin): Pass nil as last arg to vc-start-entry. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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." -- 2.39.5