diff options
| author | Eli Zaretskii | 2014-08-18 18:34:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-18 18:34:49 +0300 |
| commit | 82193f227e98ab312c1cf7405691811eb357d6c1 (patch) | |
| tree | 11c4e9aa1251648e5c410b55cfc8563a870754dc /src/ChangeLog | |
| parent | 27bc6b14650f947d72d015d0a25e2e8986eb83ad (diff) | |
| download | emacs-82193f227e98ab312c1cf7405691811eb357d6c1.tar.gz emacs-82193f227e98ab312c1cf7405691811eb357d6c1.zip | |
Fix bug #18276 with vertical motion through a display property.
src/indent.c (Fvertical_motion): Fix vertical motion up through a
display property after a newline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c89f693bca..3a2e03aa99c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-08-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Fix vertical motion up through a | ||
| 4 | display property after a newline. (Bug#18276) | ||
| 5 | |||
| 1 | 2014-08-17 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-08-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (display_line): Don't assume that the call to | 8 | * xdisp.c (display_line): Don't assume that the call to |