summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
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