]> git.eshelyaron.com Git - emacs.git/commit
Prevent GC threshold from exceeding fixnum limit during precision scrolling
authorPo Lu <luangruo@yahoo.com>
Wed, 3 Aug 2022 03:42:22 +0000 (11:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 3 Aug 2022 03:42:22 +0000 (11:42 +0800)
commitcfb295f1e55e4d04beaad5d57ede494c436cf277
treef053b75fcb137b9ea99e4ab31ee0ca063008ea59
parent9a9634dc725278a6a676fa4590f53543cada34b2
Prevent GC threshold from exceeding fixnum limit during precision scrolling

* lisp/pixel-scroll.el (pixel-scroll-start-momentum): Prevent GC
threshold from exceeding most-positive-fixnum.
lisp/pixel-scroll.el