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

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

bug#12314: 24.2.50; `add-to-history': use `setq' with `delete'


From: Chong Yidong
Subject: bug#12314: 24.2.50; `add-to-history': use `setq' with `delete'
Date: Sat, 08 Sep 2012 22:32:13 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> This line in `add-to-history':
>  
> (if history-delete-duplicates (delete newelt history))
>  
> should be this:
>  
> (if history-delete-duplicates (setq history (delete newelt history)))

Fixed, thanks.





reply via email to

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