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

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

bug#35869: [PATCH] `cl-member' and `cl-assoc' do not work for bignums


From: Mattias Engdegård
Subject: bug#35869: [PATCH] `cl-member' and `cl-assoc' do not work for bignums
Date: Thu, 23 May 2019 18:01:05 +0200

(cl-member (ash 1 100) (list (ash 1 100))) => nil
(cl-assoc (ash 1 100) (list (cons (ash 1 100) t))) => nil

Suggested patch attached.

Attachment: 0001-Fix-cl-member-and-cl-assoc-for-bignums.patch
Description: Binary data


reply via email to

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