aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJohan Bockgård2011-09-15 19:02:49 +0300
committerEli Zaretskii2011-09-15 19:02:49 +0300
commit72589a3ceebd3b6c903963e5f82b78df004e851d (patch)
treec9614314902183adb54f47b2912686adbb6724e1 /src/ChangeLog
parent983a899097fbdfde89fbad97a1487e76d6ad237d (diff)
downloademacs-72589a3ceebd3b6c903963e5f82b78df004e851d.tar.gz
emacs-72589a3ceebd3b6c903963e5f82b78df004e851d.zip
Fix bug #9495 with cursor positioning on truncated lines.
Patch by Johan Bockgוrd <bojohan@gnu.org> src/xdisp.c (try_cursor_movement): Only check for exact match if cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dbddc9b215..83dc66a1720 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-09-15 Johan Bockgård <bojohan@gnu.org>
2
3 * xdisp.c (try_cursor_movement): Only check for exact match if
4 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
5
12011-09-14 Paul Eggert <eggert@cs.ucla.edu> 62011-09-14 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Remove unused external symbols. 8 Remove unused external symbols.