aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-05 11:24:07 +0300
committerEli Zaretskii2014-07-05 11:24:07 +0300
commitf2c74bf38322ec715bb93c259e3570c015af78cf (patch)
tree359d08025c84371708fccdd22fcef034c9cf8aa6 /src/ChangeLog
parentbf97132f839ca4717ffd173c7aa80d48feb254d5 (diff)
downloademacs-f2c74bf38322ec715bb93c259e3570c015af78cf.tar.gz
emacs-f2c74bf38322ec715bb93c259e3570c015af78cf.zip
A better fix for bug #17942.
src/xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, and there is a display property at that position, don't call move_it_to to move to a position before window start.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dde148dc165..a3210b557c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,8 @@
12014-07-05 Eli Zaretskii <eliz@gnu.org> 12014-07-05 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a 3 * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window,
4 display property at BEGV, don't call move_it_to to move to a 4 and there is a display property at that position, don't call
5 position before BEGV. (Bug#17942) 5 move_it_to to move to a position before window start. (Bug#17942)
6 6
72014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> 72014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8 8