]> git.eshelyaron.com Git - emacs.git/commit
Make number-to-string work for bignums
authorTom Tromey <tom@tromey.com>
Thu, 5 Jul 2018 17:45:21 +0000 (11:45 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commit23eab9a6a67604b5ebcdc99efc42fbfd3345c0b0
tree43e91de269443be121e81e69e476e46ae32089b7
parent6d4bf2cedab365411f0aedb373b63291086658e9
Make number-to-string work for bignums

* src/data.c (Fnumber_to_string): Handle bignum.
* test/src/data-tests.el (data-tests-number-to-string): New test.
src/data.c
test/src/data-tests.el