]> git.eshelyaron.com Git - emacs.git/commit
Make (mod 1.0 0) consistent with (/ 1.0 0)
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Aug 2019 19:43:50 +0000 (12:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Aug 2019 22:55:08 +0000 (15:55 -0700)
commit575179f74d9b80ee468ae39239c853546da8de43
treea91e8a8f05aec991d1040d56ef0eb59e446bcb55
parentb62eac0f870754bc75b1162246f9901a04910044
Make (mod 1.0 0) consistent with (/ 1.0 0)

* src/data.c (Fmod): Do not signal an error for (mod 1.0 0), for
the same reason (/ 1.0 0) does not signal an error.
* test/src/data-tests.el (data-tests-mod-0): New test.
src/data.c
test/src/data-tests.el