]> git.eshelyaron.com Git - emacs.git/commit
Fix off-by-1 typo in vadd_to_log
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2023 08:04:32 +0000 (01:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2023 08:05:42 +0000 (01:05 -0700)
commitfb8dfba0f14c5db43fa161103b28764ff198db8f
treefb44057291eb72d401d56f816126241431af73d5
parent74dffcdf4f25ce4dc9074b0215f9967fb3e245a5
Fix off-by-1 typo in vadd_to_log

* src/xdisp.c (vadd_to_log): Fix off-by-1 typo that I introduced
in commit fbee6265a72a4129d2efbf15a622b13e8b4aae9f
dated Thu Aug 13 13:48:28 2015 -0700.
Problem and fix reported by Robert Pluim (Bug#66098#11).
src/xdisp.c