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

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

bug#22729: 25.0.50; cl-union ignores :test when lists are equal


From: Nicolas Richard
Subject: bug#22729: 25.0.50; cl-union ignores :test when lists are equal
Date: Tue, 23 Feb 2016 18:26:43 +0100
User-agent: mu4e 0.9.17; emacs 25.0.50.2

Lars Ingebrigtsen <larsi@gnus.org> writes:
> And that's because the two "foo" strings are eql here.  Apparently the
> Emacs reader is being clever...

I'm surprised because it didn't fail for me.

As a test, this:
    emacs --batch -Q --eval '(let ((str1 "foo") (str2 "foo")) (message "%S" 
(eql str1 str2)))'
returns nil for me.

Nicolas.





reply via email to

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