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:
parent
4a4dc352d5
commit
24f1977f70
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue