Mercurial > emacs
changeset 2786:286057aa81c7
* vc.el (vc-version-diff): Match parens.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 14 May 1993 15:21:50 +0000 |
parents | 55e9c556bbf8 |
children | 995c6e665599 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri May 14 14:44:26 1993 +0000 +++ b/lisp/vc.el Fri May 14 15:21:50 1993 +0000 @@ -777,9 +777,7 @@ ) (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