]> git.eshelyaron.com Git - emacs.git/commit
Fix `memql' for bignums
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 30 May 2019 21:34:45 +0000 (14:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2019 21:58:13 +0000 (14:58 -0700)
commitb354935902d3820f59e34e18a47264122e99c1a4
tree7923075e53fed6c0fa1f5287c2176d4ac4474e17
parent57e9141a9c3ac38a1bc63b2311f1b6a5a42ac604
Fix `memql' for bignums

* src/fns.c (Fmemql): Make `memql' work for bignums.
* test/src/fns-tests.el (test-bignum-eql): Also test `memql'.
src/fns.c
test/src/fns-tests.el