]> git.eshelyaron.com Git - emacs.git/commit
line-beginning-position args can be bignums
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Mar 2020 01:32:19 +0000 (18:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Mar 2020 01:38:07 +0000 (18:38 -0700)
commitfe6b8c91cb7a3c1959f7fb2b43f73cc7f7fc9fc3
treed551167de67a630758693ddfcd5240c17e2b2d6d
parent98546d9c823db544b62bdba0bb388816ea6dd342
line-beginning-position args can be bignums

* src/editfns.c (Fline_beginning_position, Fline_end_position):
Do not restrict integer arguments to fixnums.
src/editfns.c