changeset 8563:a15ce495af6f

(vc-admin): Pass nil as last arg to vc-start-entry.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Aug 1994 00:38:13 +0000
parents bbe37f3ae570
children ca09c53c16a6
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Wed Aug 17 23:29:45 1994 +0000
+++ b/lisp/vc.el	Thu Aug 18 00:38:13 1994 +0000
@@ -564,7 +564,7 @@
   (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."