emacs-devel
[Top][All Lists]
Advanced

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

Re: C-h v problem on Emacs trunk on Mac OS X


From: Chong Yidong
Subject: Re: C-h v problem on Emacs trunk on Mac OS X
Date: Mon, 21 Feb 2011 13:03:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Ben Key <address@hidden> writes:

> I have some more information on the cause of this bug.  It turns out
> that it is an unintended consequence of the recent BVAR and KVAR
> changes.  The parser used be make-docfile is very simplistic.  It
> assumes that when it sees a DEFVAR_PER_BUFFER it can start looking for
> the documentation after 2 commas.  This assumption is no longer valid
> because of the added comma in the usage of the BVAR macro.
>
> The following patch appears to fix this problem.

Thanks; committed.



reply via email to

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