From 24f1977f70fcbbfd18af4636846b195ca5b2921c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 14 May 1993 15:21:50 +0000 Subject: * vc.el (vc-version-diff): Match parens. --- lisp/vc.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/vc.el b/lisp/vc.el index 7f17c3cb007..f380eba5922 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 -- cgit v1.2.3