emacs-devel
[Top][All Lists]
Advanced

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

Re: fix for navigation bug in vc-annotate-mode


From: Benjamin Rutt
Subject: Re: fix for navigation bug in vc-annotate-mode
Date: Wed, 13 Oct 2004 08:54:23 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Andre, not sure if you received my private mail below this past
weekend, so I'm forwarding to the list.  The current cvs head version
of vc.el still shows that the patch was applied incorrectly.  Thanks,

Benjamin Rutt

From: Benjamin Rutt <address@hidden>
Subject: Re: Bug in vc-annotate-mode
To: Andre Spiegel <address@hidden>
Cc: address@hidden
Date: Sun, 10 Oct 2004 10:03:56 -0400
User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Andre Spiegel <address@hidden> writes:

>> From: Benjamin Rutt <address@hidden>
>> Date: Fri, 08 Oct 2004 21:51:44 -0400
>
>> The patch below fixes this problem, and this time only initializes
>> this mode if it isn't already activated, thus preserving the local
>> variables.  Also the unused `vc-annotate-mode' variable is removed.
>> If there are no objections, can someone commit this?  Thank you.
>
> The patch is installed.  Thanks.

I think the patch was installed incorrectly.  The line

  (if (not vc-annotate-parent-ref)

should have been

  (if (not vc-annotate-parent-rev)

Can you make this fix, Andre?  Thanks,
-- 
Benjamin Rutt





reply via email to

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