]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-admin): Pass nil as last arg to vc-start-entry.
authorRichard M. Stallman <rms@gnu.org>
Thu, 18 Aug 1994 00:38:13 +0000 (00:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 18 Aug 1994 00:38:13 +0000 (00:38 +0000)
lisp/vc.el

index 417dd1548f33f555053664b8e186fa19b63b0fb5..0d54d7e934c310eb6e632f2868749684a61a1d2c 100644 (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."