From: Richard M. Stallman Date: Thu, 18 Aug 1994 00:38:13 +0000 (+0000) Subject: (vc-admin): Pass nil as last arg to vc-start-entry. X-Git-Tag: emacs-19.34~7290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bcb1d4edeacdea644ea1170eec1bf6f9f2adc2f;p=emacs.git (vc-admin): Pass nil as last arg to vc-start-entry. --- 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."