summaryrefslogtreecommitdiff
path: root/lisp
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
commit24f1977f70fcbbfd18af4636846b195ca5b2921c (patch)
tree61d4c8188acf0d31abc2c3ab27e1aac67b55502a /lisp
parent4a4dc352d55f6ab7f8a3c7941ef0238caf2075ba (diff)
downloademacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.tar.gz
emacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.tar.bz2
emacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.zip
* vc.el (vc-version-diff): Match parens.
Diffstat (limited to 'lisp')
-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