bug-gnu-emacs
[Top][All Lists]
Advanced

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

Bug in vc.el, vc-insert-headers


From: Dr. Edmund Weitz
Subject: Bug in vc.el, vc-insert-headers
Date: 30 Aug 2001 02:37:41 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi!

I think there's a bug in Emacs' vc mode which makes insert-vc-headers
_always_ think that version control headers are already there if
you're using CVS:

Line 3068 in vc.el is

     'RCS       ;; CVS works like RCS in this regard.

but I think it should be

     RCS        ;; CVS works like RCS in this regard.

because vc-backend-dispatch is a macro and thus doesn't evaluate it's
arguments.

My Emacs version is 20.7 and it came with the SuSE's 7.2 GNU/Linux
distribution. I just checked that the same line 3068 can also be found
in the 20.7 sources that can be downloaded from the GNU mirror at
<ftp://ftp.cs.tu-berlin.de/pub/gnu/emacs/>.

Sorry to bother you if this has already been fixed.

Edi.

-- 
Dr. Edmund Weitz
Hamburg
Germany




reply via email to

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