]> git.eshelyaron.com Git - emacs.git/commit
Make format handle bignums
authorTom Tromey <tom@tromey.com>
Thu, 5 Jul 2018 20:46:26 +0000 (14:46 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commitd14808cd271abf6a723bf495a6a01c14d18b5893
treea576eafcf67c615b5a49d90db71dbc3cbf14c35b
parent23eab9a6a67604b5ebcdc99efc42fbfd3345c0b0
Make format handle bignums

* src/editfns.c (styled_format): Handle bignums.
* test/src/editfns-tests.el (read-large-integer): Update.
(format-bignum): New test.
src/editfns.c
test/src/editfns-tests.el