]> git.eshelyaron.com Git - emacs.git/commit
Better `take` and `ntake` bignum argument handling
authorMattias Engdegård <mattiase@acm.org>
Wed, 31 Aug 2022 12:31:31 +0000 (14:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 1 Sep 2022 08:11:53 +0000 (10:11 +0200)
commite7193902b23deb842f55c1cd9100b807e199f4bd
treeafad58ebcd441b7ce52c418db25eb7e4d0145f4a
parent941627f8d03ddf4cd0039902e494d0feabc88c85
Better `take` and `ntake` bignum argument handling

* src/fns.c (Ftake, Fntake): Treat positive bignum arguments
as most-positive-fixnum which results in better error checking
of improper lists.
src/fns.c