]> git.eshelyaron.com Git - emacs.git/commit
Make min and max handle bignums
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 04:19:21 +0000 (22:19 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commit8fb995b9e360270b6a4d7b7732a127a6234eba23
treeb2d93630fa1b764c3c098b4869cd05ac9ca574d8
parenta770fb44288c75fa2b0471ceaf00bf741376e40f
Make min and max handle bignums

* src/data.c (minmax_driver): Handle bignums.
* test/src/data-tests.el (data-tests-minmax): New test.
src/data.c
test/src/data-tests.el