]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 25 Mar 2007 23:45:18 +0000 (23:45 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 25 Mar 2007 23:45:18 +0000 (23:45 +0000)
src/ChangeLog

index 2de8eac47266ab3fb44118df20137f53937ead66..79770d0d7171be7309578d280bdce48bc12f2028 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-25  Kim F. Storm  <storm@cua.dk>
+
+       * intervals.c (merge_properties): Use explicit loop instead of
+       Fplist_member to avoid QUIT.  Don't use Fcdr.
+       (intervals_equal): Likewise.  Rewrite loop to perform length check
+       on the fly rather than calling Flength.  Don't use Fcar.
+
 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
 
        * editfns.c (Fgoto_char): Doc fix.