]> git.eshelyaron.com Git - emacs.git/commit
Fix (+ bignum float) bug
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Sep 2018 06:08:52 +0000 (23:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Sep 2018 06:09:08 +0000 (23:09 -0700)
commit3727bc7d599c24715a66de3e899a82b6f07d1aac
tree1a5a7eacf38cf04030134725f88bc3a5e0cda80f
parent0bec064454adac2bdff04a11bbdfaa79aa4ce052
Fix (+ bignum float) bug

* src/data.c (bignum_arith_driver): Fix typo: missing ‘return’.
* test/src/data-tests.el (data-tests-bignum): Test for the typo.
src/data.c
test/src/data-tests.el