emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20588: closed ([PATCH] 24.5; delete-consecutive-du


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20588: closed ([PATCH] 24.5; delete-consecutive-dups may loop infinity)
Date: Sun, 26 Jul 2015 17:46:01 +0000

Your message dated Sun, 26 Jul 2015 10:45:18 -0700
with message-id <address@hidden>
and subject line Re:  [PATCH] 24.5; delete-consecutive-dups may loop infinity
has caused the debbugs.gnu.org bug report #20588,
regarding [PATCH] 24.5; delete-consecutive-dups may loop infinity
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20588: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20588
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] 24.5; delete-consecutive-dups may loop infinity Date: Sat, 16 May 2015 14:18:35 +0900
Hello.

delete-consecutive-dups falls into infinite loop if the last element
is nil.  The attached code will fix it, and besides, avoid re-scan
(call of nbutlast) of a circular list in deletion of the last element.

Regards,
Shigeru

Attachment: subr.diff
Description: Binary data

Attachment: ChangeLog
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] 24.5; delete-consecutive-dups may loop infinity Date: Sun, 26 Jul 2015 10:45:18 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0
Thanks for the patch.  I installed it into the master.


--- End Message ---

reply via email to

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