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:
parent
7c11398ca0
commit
bb2bd2ed91
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue