(vc-backend-steal): Fix typo when invoking the 'rcs' command
authorPaul Eggert <eggert@twinsun.com>
Wed, 8 Sep 1993 19:06:01 +0000 (19:06 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 8 Sep 1993 19:06:01 +0000 (19:06 +0000)
to steal the lock.

lisp/vc.el

index 205bc26..d0f7d77 100644 (file)
@@ -1498,7 +1498,7 @@ Return nil if there is no such person."
      (vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev)))
      (vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev)))
      )
-   (vc-do-command 0 "rcs" "-M" (concat "-u" rev) (concat "-l" rev) file))
+   (vc-do-command 0 "rcs" file "-M" (concat "-u" rev) (concat "-l" rev)))
   (vc-file-setprop file 'vc-locking-user (user-login-name))
   (message "Stealing lock on %s...done" file)
   )