emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix persist-reset


From: Adam Porter
Subject: Re: [PATCH] Fix persist-reset
Date: Thu, 13 Jun 2024 21:47:13 -0500
User-agent: Mozilla Thunderbird

Hi Joseph,

On 6/12/24 20:49, Joseph Turner wrote:
Previously, persist-reset set the value of SYM to its default without
copying it, which caused subsequent modifications to the value of SYM
to erroneously modify the default value.

The only suggestion I can think of would be, in the test, to perhaps bind to a variable the initial hash table set as the default value, so that you could also compare against that with EQ to ensure that the original table is not being reused.

Thanks to Adam Porter for helping resolve this issue!

And to you for maintaining this useful library!

--Adam



reply via email to

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