]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix read error reported by Fabien Coelho.
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000 (20:11 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000 (20:11 +0000)
lisp/vc-svn.el

index 57bf5828a3f170e4971de6bf379bb6e0499e6f3c..1539c5c2d5d8062e7522a79614ef292127d390a7 100644 (file)
@@ -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."