]> git.eshelyaron.com Git - emacs.git/commit
nthcdr now works with bignums
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Aug 2018 17:24:19 +0000 (10:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Aug 2018 17:24:42 +0000 (10:24 -0700)
commit21397837eaf0801e7b1cd4155a811a939a7667de
tree8e61c746ce36383eec6404992b6dddad5d80dde1
parentecd7a9407711ebe24d7e07d4402a2d66754ee693
nthcdr now works with bignums

Problem reported by Karl Fogel in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg00671.html
* src/fns.c (Fnthcdr): Support bignum counts.
src/fns.c