# HG changeset patch # User Richard M. Stallman # Date 777170293 0 # Node ID a15ce495af6fd7b59d1258a66455131dca1cc973 # Parent bbe37f3ae57023015e43069fec28599ed7846caa (vc-admin): Pass nil as last arg to vc-start-entry. diff -r bbe37f3ae570 -r a15ce495af6f lisp/vc.el --- 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."