summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-14 15:21:50 +0000
committerJim Blandy <jimb@redhat.com>1993-05-14 15:21:50 +0000
commit565fda7163f23872acc38da46a755367867fb17d (patch)
treedede3fec898b735c085a20cc4d829ed02c39ff83 /lisp/vc.el
parent28f26e952f4dc1aa3a2d76a34c828f2893f90429 (diff)
downloademacs-565fda7163f23872acc38da46a755367867fb17d.tar.gz
* vc.el (vc-version-diff): Match parens.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el4
1 files changed, 1 insertions, 3 deletions
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