]> git.eshelyaron.com Git - emacs.git/commitdiff
; * vc-svn.el (vc-svn-clone): Fix typo
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 7 Oct 2022 14:44:28 +0000 (16:44 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 7 Oct 2022 14:44:28 +0000 (16:44 +0200)
lisp/vc/vc-svn.el

index cb50a37e09a4378137bf34aed15b7bfdf73263d0..6a6e586e17e1e533dce5df392f09b342ca5802db 100644 (file)
@@ -818,7 +818,7 @@ Set file properties accordingly.  If FILENAME is non-nil, return its status."
       (buffer-substring-no-properties (point-min) (1- (point-max))))))
 
 (defun vc-svn-clone (remote directory)
-  (vc-svn-command nil 0 '() "checkout" remove directory))
+  (vc-svn-command nil 0 '() "checkout" remote directory))
 
 (provide 'vc-svn)