diff options
| author | Philip Kaludercic | 2022-10-07 16:44:28 +0200 |
|---|---|---|
| committer | Philip Kaludercic | 2022-10-07 16:44:28 +0200 |
| commit | bb2bd2ed91e123d66dfdf296a14e4cdd6739e2b6 (patch) | |
| tree | fde89d5ebe092b1c15304245dcfde6f81cf6700e /lisp | |
| parent | 7c11398ca0a77eaf97448f0760800d6ec05fe22c (diff) | |
| download | emacs-bb2bd2ed91e123d66dfdf296a14e4cdd6739e2b6.tar.gz emacs-bb2bd2ed91e123d66dfdf296a14e4cdd6739e2b6.zip | |
; * vc-svn.el (vc-svn-clone): Fix typo
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc/vc-svn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index cb50a37e09a..6a6e586e17e 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." | |||
| 818 | (buffer-substring-no-properties (point-min) (1- (point-max)))))) | 818 | (buffer-substring-no-properties (point-min) (1- (point-max)))))) |
| 819 | 819 | ||
| 820 | (defun vc-svn-clone (remote directory) | 820 | (defun vc-svn-clone (remote directory) |
| 821 | (vc-svn-command nil 0 '() "checkout" remove directory)) | 821 | (vc-svn-command nil 0 '() "checkout" remote directory)) |
| 822 | 822 | ||
| 823 | (provide 'vc-svn) | 823 | (provide 'vc-svn) |
| 824 | 824 | ||