]> git.eshelyaron.com Git - emacs.git/commit
(merge_properties): Use explicit loop instead of
authorKim F. Storm <storm@cua.dk>
Sun, 25 Mar 2007 23:46:19 +0000 (23:46 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 25 Mar 2007 23:46:19 +0000 (23:46 +0000)
commit4028a938352a4128bf51a9aad7c1cf73d48d816e
treef93a1f13fb8619ee64bddb0f07a6cbc08e88eafa
parentaa95cbb56aeb0307f6c468db91904a2fdd305b9c
(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.
src/intervals.c