1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

; * vc-svn.el (vc-svn-clone): Fix typo

This commit is contained in:
Philip Kaludercic 2022-10-07 16:44:28 +02:00
parent 7c11398ca0
commit bb2bd2ed91
No known key found for this signature in database
GPG key ID: F2C3CC513DB89F66

View 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)