emacs-devel
[Top][All Lists]
Advanced

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

Re: Subtle bugs in interval code.


From: Richard Stallman
Subject: Re: Subtle bugs in interval code.
Date: Fri, 23 Mar 2007 18:32:34 -0400

    Studying the code in interval.c for merge_properties and
    intervals_equal, I noticed that they use Fmemq to search
    for a given property on a plist.

This is a simple thing, so how about writing an explicit loop in those
two places, which does exactly the right thing?  No need to make it a
subroutine.

It probably should not do QUIT;.





reply via email to

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