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

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

bug#20588: [PATCH] 24.5; delete-consecutive-dups may loop infinity


From: Leo Liu
Subject: bug#20588: [PATCH] 24.5; delete-consecutive-dups may loop infinity
Date: Sat, 16 May 2015 16:01:51 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (OS X 10.10.3)

On 2015-05-16 13:18 +0800, Shigeru Fukaya wrote:
> 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.

Thanks for the fix. Could you commit it to master?

Leo






reply via email to

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