* vc.el (vc-version-diff): Match parens.
authorJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 15:21:50 +0000 (15:21 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 15:21:50 +0000 (15:21 +0000)
lisp/vc.el

index 7f17c3c..f380eba 100644 (file)
@@ -777,9 +777,7 @@ files in or below it."
        )
     (if (zerop (vc-backend-diff file rel1 rel2))
        (message "No changes to %s between %s and %s." file rel1 rel2)
-      (pop-to-buffer "*vc*")
-    )
-  )
+      (pop-to-buffer "*vc*"))))
 
 ;; Header-insertion code