]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-register): Update vc-buffer-backend.
authorKarl Heuer <kwzh@gnu.org>
Wed, 25 Feb 1998 22:53:17 +0000 (22:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 25 Feb 1998 22:53:17 +0000 (22:53 +0000)
lisp/vc.el

index 89143f9bb53eaaee6bdbabb13409e1c71f7f5cb9..1d62b342b3cd05fd4b02866c15d440aaf6244711 100644 (file)
@@ -974,6 +974,7 @@ merge in the changes into your working copy."
    (and override
        (read-string
         (format "Initial version level for %s: " buffer-file-name))))
+  (setq vc-buffer-backend (vc-backend (buffer-file-name)))
   )
 
 (defun vc-resynch-window (file &optional keep noquery)