emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-diff vs cvs-mode-diff


From: Andre Spiegel
Subject: Re: vc-diff vs cvs-mode-diff
Date: Fri, 12 Mar 2004 20:53:06 +0100

On Fri, 2004-03-12 at 19:14, Sam Steingold wrote:

> how about moving vc-version-backup-file to vc-common.el and loading it
> into both pcvs and vc?

The code that handles version backups (file.~ver~) is already in
vc-hooks.el, which is always loaded.  The code to actually use this in a
diff operation is almost trivial, and is currently in vc-diff-internal
(vc.el).

I think it would be much easier to simply duplicate this part in pcvs. 
Or else, just move vc-diff-internal into vc-hooks.el and use that from
pcvs.

But how to actually do it is Stefan's call.  I just don't think it
warrants a new .el file.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]