[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-diff vs cvs-mode-diff
From: |
Stefan Monnier |
Subject: |
Re: vc-diff vs cvs-mode-diff |
Date: |
12 Mar 2004 16:28:02 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> how about moving vc-version-backup-file to vc-common.el and loading it
> into both pcvs and vc?
'Cause (require 'vc) would be easier.
> (but then it gets hairy because pcvs operates on several files at a time)
Yes, that's the nasty part (at least, that's my impression which is why
I never tried to implement the feature. Maybe it's actually not that
difficult, who knows).
Stefan