]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor motion slowdown at the beginning of buffer.
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Jul 2011 18:19:10 +0000 (21:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Jul 2011 18:19:10 +0000 (21:19 +0300)
commit7daee9109e1d69d62528f6b460d101e1ea44f4e1
tree25d2f5c26d858e440c8e0d105c40a0347f22b46f
parent8719d1dcad924e8b00b8610cbb531fcef5fca0b5
Fix cursor motion slowdown at the beginning of buffer.

 src/xdisp.c (compute_display_string_pos): Fix logic of caching
 previous display string position.  Initialize cached_prev_pos to -1.
src/ChangeLog
src/xdisp.c