Re: [AC21.4] Adapt to differences in compiled font-lock lists

Vin Shelton <[email protected]> Mon, 29 Sep 2014 13:39:15 -0400
Newsgroups gmane.emacs.xemacs.patches
Message-ID <CACeGjnXjOyXg6K8xPCnJrhwO06uaLBXphx4Gs9fU3Grz71wL2g@mail.gmail.com>
COMMIT 21.4

On Wed, Sep 24, 2014 at 2:33 PM, Vin Shelton <[email protected]> wrote:
> On Wed, Sep 24, 2014 at 11:43 AM, Jerry James <[email protected]> wrote:
>> RECOMMEND 21.4
>>
>> This is the patch we discussed a few weeks ago.  It was applied to
>> 21.5 back in 2008.  This patch adapts some code in font-lock.el to
>> differences between the Emacs and XEmacs compiled font-lock lists.Thanks, Jerry!
>
> I reformatted your ChangeLog and will commit the attached change to 21.4.
>
> While I am there, I have a menubar patch from Byrel that was applied
> to 21.5 at the end of 2013, so I have applied that (with some
> massaging) to 21.4.
>
> Byrel - the only changes I had to make were to change were to change
> two occurrences (one in the patch and one in the context) of
>
> (delete* item parent)
>
> to
>
> (delq item parent)
>
> this latter seems to be the way the 21.4 code was written, but please review.
>
> I will commit these patches pending your review.
>
> Regards,
>   Vin