summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2007-07-18 20:11:28 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2007-07-18 20:11:28 +0000
commit2b330cb8aef141a2bd409b7a51f3c1a017d30a56 (patch)
tree628131d08a5b0c33c6e37733a93980da4fddf846 /lisp/vc-svn.el
parentbcc75fe3e021f08475b165c456372786ae5e539d (diff)
downloademacs-2b330cb8aef141a2bd409b7a51f3c1a017d30a56.tar.gz
Fix read error reported by Fabien Coelho.
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 57bf5828a3f..1539c5c2d5d 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -390,7 +390,7 @@ The changes are between FIRST-VERSION and SECOND-VERSION."
;; By default Subversion only shows the log upto the working version,
;; whereas we also want the log of the subsequent commits. At least
;; that's what the vc-cvs.el code does.
- "-rHEAD:0"))))
+ "-rHEAD:0")))
(defun vc-svn-wash-log ()
"Remove all non-comment information from log output."