]> git.eshelyaron.com Git - emacs.git/commit
Use memql instead of memq in pcase
authorMattias Engdegård <mattiase@acm.org>
Tue, 12 Mar 2019 12:19:35 +0000 (13:19 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 28 Mar 2019 22:57:34 +0000 (23:57 +0100)
commiteb6bbd9fb175cacdfdc54c1187f5785ed3858f2f
tree9d9d04fadb4bef4c9c71cfc63316f39dd767ee84
parentdd30154e27b1085939abf144daaf257ebda0c3d6
Use memql instead of memq in pcase

* lisp/emacs-lisp/pcase.el (pcase--u1):
Use memql instead of memq to work with bignums (Bug#34781).
* test/lisp/emacs-lisp/pcase-tests.el (pcase-tests-member): Test the above.
lisp/emacs-lisp/pcase.el
test/lisp/emacs-lisp/pcase-tests.el