aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-25 12:45:51 +0300
committerEli Zaretskii2013-10-25 12:45:51 +0300
commitfbfd0e1d751dd142064b9aaebbf71818d99ae5f1 (patch)
tree251be92fb13f2d00e7c6bbfdb519cb109d5c35d3 /lisp/ChangeLog
parent6702c559da3fa6b5a94c42039c9f93d7b2b1fe83 (diff)
downloademacs-fbfd0e1d751dd142064b9aaebbf71818d99ae5f1.tar.gz
emacs-fbfd0e1d751dd142064b9aaebbf71818d99ae5f1.zip
Fix bug #15712 with vertical motion when the goal column needs to hscroll.
lisp/simple.el (line-move): Call line-move-1 instead of line-move-visual when the current window hscroll is zero, but temporary-goal-column indicates we will need to hscroll as result of the movement.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 07de60c735d..c7da1c86416 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-10-25 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (line-move): Call line-move-1 instead of
4 line-move-visual when the current window hscroll is zero, but
5 temporary-goal-column indicates we will need to hscroll as result
6 of the movement. (Bug#15712)
7
12013-10-25 Dmitry Gutov <dgutov@yandex.ru> 82013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2 9
3 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper 10 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper