]> git.eshelyaron.com Git - emacs.git/commit
ffloor etc. now accept only floats
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 21:29:28 +0000 (13:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 21:31:33 +0000 (13:31 -0800)
commit53f3dd66f12660a47018fc03d50d460787ab6f64
treeba06844571bec80b8f0258aee30640790e73b918
parent788a5b8447253fdbbb171d3219acbd7600bb465a
ffloor etc. now accept only floats

* etc/NEWS: Say why.
* src/floatfns.c (Ffceiling, Fffloor, Ffround, Fftruncate):
Require arg to be float.
* test/src/floatfns-tests.el (fround-fixnum): Check this.
etc/NEWS
src/floatfns.c
test/src/floatfns-tests.el