aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-11-17 04:35:33 +0000
committerGlenn Morris <[email protected]>2009-11-17 04:35:33 +0000
commit1d16a255ba2f91e20c4a32481b29a3609efcdbae (patch)
tree25dbb7e0ff990c7d089ac6ccf4f1303501ac7098 /lisp/vc-svn.el
parent371b0117bf7f23081b483877e699d1762335c792 (diff)
(vc-svn-print-log): Fix typo in previous.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 23c23e180b..fb62979ada 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -485,7 +485,7 @@ or svn+ssh://."
"-rHEAD:0"
(when limit (list "-l" (format "%s" limit)))))
;; Dump log for the entire directory.
- (apply vc-svn-command buffer 0 nil "log" "-rHEAD:0"
+ (apply 'vc-svn-command buffer 0 nil "log" "-rHEAD:0"
(when limit (list "-l" (format "%s" limit))))))))
(defun vc-svn-diff (files &optional oldvers newvers buffer)