1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* vc.el (vc-version-diff): Match parens.

This commit is contained in:
Jim Blandy 1993-05-14 15:21:50 +00:00
parent 4a4dc352d5
commit 24f1977f70

View file

@ -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