]> code.delx.au - gnu-emacs/commit
Minor additional fix in the wake of bugs #13623 and 13626.
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2013 16:36:55 +0000 (18:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2013 16:36:55 +0000 (18:36 +0200)
commit33b49d71e45e3be1db4577277763f1cb3138d225
tree2bd1eb9c50213b50801ef0da789796b8deb3b0b5
parentf1f0587100316d5d7f622fb01d73f97e0c060d55
Minor additional fix in the wake of bugs #13623 and 13626.

 src/xdisp.c (redisplay_internal): Don't set w->region_showing to the
 marker's position.
 (display_line): Set w->region_showing to the value of
 it->region_beg_charpos, not to -1.  This fixes redisplay
 optimization when cursor is moved up after M->.
 src/window.h (struct window): region_showing can no longer be negative.
src/ChangeLog
src/window.h
src/xdisp.c