diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-14 15:21:50 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-14 15:21:50 +0000 |
commit | 24f1977f70fcbbfd18af4636846b195ca5b2921c (patch) | |
tree | 61d4c8188acf0d31abc2c3ab27e1aac67b55502a | |
parent | 4a4dc352d55f6ab7f8a3c7941ef0238caf2075ba (diff) | |
download | emacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.tar.gz emacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.tar.bz2 emacs-24f1977f70fcbbfd18af4636846b195ca5b2921c.zip |
* vc.el (vc-version-diff): Match parens.
-rw-r--r-- | lisp/vc.el | 4 |
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 |