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

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

bug#31718: 26.1; Strange behavior of `cond'


From: Paul Eggert
Subject: bug#31718: 26.1; Strange behavior of `cond'
Date: Sat, 16 Jun 2018 08:10:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Robert, thanks for your June 6 patch in Bug#31718#14. A small problem: gensym does not guarantee that the resulting symbol is unique, so the generated symbol could in theory appear in the input which would trigger the bug. Instead, let's use a guaranteed-unique object (cons nil nil). Also, I wrote a test case for this bug.

I installed the attached patch into the master branch. Given the practical consequences of this bug I expect the bug fix should be backported into the emacs-26 branch too.

Attachment: 0001-Fix-byte-compilation-of-eq-foo-default.txt
Description: Text document


reply via email to

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