diff options
| author | Eli Zaretskii | 2011-09-18 22:02:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-18 22:02:17 +0300 |
| commit | 3e62b7e0044df3960bc6b2b70814c6ca4831d7fb (patch) | |
| tree | 693a9bc560fb300b275f4d3dd221883080077ca0 /src/ChangeLog | |
| parent | d473dce83055a56fed39293a0ab5e9023b955862 (diff) | |
| download | emacs-3e62b7e0044df3960bc6b2b70814c6ca4831d7fb.tar.gz emacs-3e62b7e0044df3960bc6b2b70814c6ca4831d7fb.zip | |
Fix bug #9545 with crash in Dired when $ is pressed.
src/xdisp.c (reseat_at_next_visible_line_start): Undo the change made on
2011-09-17 that saved paragraph information and restored it after
the call to `reseat'.
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 b81c5cf9792..1e110cc5139 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the | 8 | (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the |
| 9 | column is beyond frame width: don't subtract 1 "pixel" when | 9 | column is beyond frame width: don't subtract 1 "pixel" when |
| 10 | computing width of the stretch. | 10 | computing width of the stretch. |
| 11 | (reseat_at_next_visible_line_start): Undo the change made on | ||
| 12 | 2011-09-17 that saved paragraph information and restored it after | ||
| 13 | the call to `reseat'. (Bug#9545) | ||
| 11 | 14 | ||
| 12 | 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 15 | 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 13 | 16 | ||