diff options
| author | Paul Eggert | 2014-12-15 00:00:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-15 00:01:42 -0800 |
| commit | e2815bfe2a1e4d5a21d6b6378ebc2108d4d104ab (patch) | |
| tree | d831506ddf8ed49830d9211db95a335039783a1a /src/ChangeLog | |
| parent | 872617ad730906f9437b90c3b90af2e2458f00f6 (diff) | |
| download | emacs-e2815bfe2a1e4d5a21d6b6378ebc2108d4d104ab.tar.gz emacs-e2815bfe2a1e4d5a21d6b6378ebc2108d4d104ab.zip | |
Correct same_at_end when restoring window points
* fileio.c (Finsert_file_contents): Compute same_at_end character
position using the old buffer size, not the new one, since
restore_window_points wants the old size.
Fixes: debbugs:19161
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46bf2801849..5ce56f4df04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-12-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Correct same_at_end when restoring window points | ||
| 4 | * fileio.c (Finsert_file_contents): Compute same_at_end character | ||
| 5 | position using the old buffer size, not the new one, since | ||
| 6 | restore_window_points wants the old size. | ||
| 7 | Fixes: debbugs:19161 | ||
| 8 | |||
| 1 | 2014-12-14 Alan Mackenzie <acm@muc.de> | 9 | 2014-12-14 Alan Mackenzie <acm@muc.de> |
| 2 | 10 | ||
| 3 | New feature optionally to accelerate auto-repeated scrolling. | 11 | New feature optionally to accelerate auto-repeated scrolling. |