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."