emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/package+vc bb2bd2ed91: ; * vc-svn.el (vc-svn-clone): Fix typo


From: Philip Kaludercic
Subject: feature/package+vc bb2bd2ed91: ; * vc-svn.el (vc-svn-clone): Fix typo
Date: Fri, 7 Oct 2022 10:51:17 -0400 (EDT)

branch: feature/package+vc
commit bb2bd2ed91e123d66dfdf296a14e4cdd6739e2b6
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; * vc-svn.el (vc-svn-clone): Fix typo
---
 lisp/vc/vc-svn.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
index cb50a37e09..6a6e586e17 100644
--- a/lisp/vc/vc-svn.el
+++ b/lisp/vc/vc-svn.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]