diff options
| author | Eli Zaretskii | 2014-02-20 19:17:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-02-20 19:17:54 +0200 |
| commit | dba8296c00f035fcf7e200e846a890445606f307 (patch) | |
| tree | beca5b86e77ed41f9816927e51c85abbb18d30eb /src/ChangeLog | |
| parent | 44a2be2d6602c4fd4b8bf178eb82baaf4f686208 (diff) | |
| download | emacs-dba8296c00f035fcf7e200e846a890445606f307.tar.gz emacs-dba8296c00f035fcf7e200e846a890445606f307.zip | |
Fix assertion violation in redisplay.
src/xdisp.c (try_cursor_movement): Don't use cursor position if
set_cursor_from_row failed to compute it. This avoids assertion
violations in MATRIX_ROW.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b46650a76db..3c063ca3c0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (init_iterator): Don't dereference a bogus face | 3 | * xdisp.c (init_iterator): Don't dereference a bogus face |
| 4 | pointer. (Bug#16819) | 4 | pointer. (Bug#16819) |
| 5 | (try_cursor_movement): Don't use cursor position if | ||
| 6 | set_cursor_from_row failed to compute it. This avoids assertion | ||
| 7 | violations in MATRIX_ROW. | ||
| 5 | 8 | ||
| 6 | 2014-02-20 Glenn Morris <rgm@gnu.org> | 9 | 2014-02-20 Glenn Morris <rgm@gnu.org> |
| 7 | 10 | ||