aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-02-11 19:32:32 +0200
committerEli Zaretskii2013-02-11 19:32:32 +0200
commitf5e1b6804dc2307983e4c55d4d6530549ddccbb7 (patch)
tree5a039f66ec5117b30bc47dac8811b0f8cb9a3092 /src/ChangeLog
parent2f559cd2a194c0f1fcf6ea46ad42ee3bc9b036d4 (diff)
downloademacs-f5e1b6804dc2307983e4c55d4d6530549ddccbb7.tar.gz
emacs-f5e1b6804dc2307983e4c55d4d6530549ddccbb7.zip
Fix previous commit for bug #13675.
src/xdisp.c (move_it_vertically_backward, move_it_by_lines): Don't use the limitation on backwards movement when lines are truncated in the window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 163f2e164f4..4353b92673b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-02-11 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_vertically_backward, move_it_by_lines): Don't
4 use the limitation on backwards movement when lines are truncated
5 in the window. (Bug#13675)
6
12013-02-11 Dmitry Antipov <dmantipov@yandex.ru> 72013-02-11 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 * marker.c (set_marker_internal): If desired position is passed 9 * marker.c (set_marker_internal): If desired position is passed