diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-11-19 21:49:56 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-11-19 21:49:56 +0200 |
commit | 0e23d96a60e4283caf112c0d06bb49a8a86ab2bf (patch) | |
tree | cae735709728638914cda934810d6c4ca27172ac /lisp/ChangeLog | |
parent | f8fe6f9674b53239529644f95b71f2d885d76a08 (diff) | |
download | emacs-0e23d96a60e4283caf112c0d06bb49a8a86ab2bf.tar.gz |
Fix bug #10076 with vertical cursor motion in hscrolled windows.
lisp/simple.el (line-move): Force movement by logical lines for any
hscrolled window, not only when auto-hscroll-mode is on.
(line-move-visual): Update doc string to that effect.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b35ddc25d73..86a6c1c3754 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-11-19 Eli Zaretskii <eliz@gnu.org> + + * simple.el (line-move): Force movement by logical lines for any + hscrolled window, not only when auto-hscroll-mode is on. + (line-move-visual): Update doc string to that effect. (Bug#10076) + 2011-11-19 Andreas Schwab <schwab@linux-m68k.org> * language/european.el (macintosh): Define as alias for mac-roman. |