]> code.delx.au - gnu-emacs/commit
Reduce consing caused by vertical motion commands
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 6 Jul 2016 03:03:12 +0000 (06:03 +0300)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 6 Jul 2016 03:03:12 +0000 (06:03 +0300)
commitb1a64dba04146b1424eacd3bc363e5f0edeac2b2
treef9a0efcb37df8056b97b434674cbe6a02ee7379f
parent1ba6f2c7bbacfda2bb014d30cfb3999146943de8
Reduce consing caused by vertical motion commands

* src/frame.c (Fframe_parameter): Avoid call to Fframe_parameters for the
parameters frequently requested by calls to 'next-line' and 'previous-line'.
src/frame.c