diff options
| author | Gerd Moellmann | 2001-10-17 15:29:12 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-17 15:29:12 +0000 |
| commit | 23e8bd8665b9f024438f6cd5a915482b285e4010 (patch) | |
| tree | a2435337eefb68033b2840f25adeef563f838834 /src/ChangeLog | |
| parent | 9c6ba6d10c11eca11586e8fb3841435fc9a61dc9 (diff) | |
| download | emacs-23e8bd8665b9f024438f6cd5a915482b285e4010.tar.gz emacs-23e8bd8665b9f024438f6cd5a915482b285e4010.zip | |
(try_window_id): Undo last change. Give up if
window ends in strings.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 67bf8de2fb5..cfb78753687 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | 2001-10-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_window_id): Undo last change. Give up if | ||
| 4 | window ends in strings. | ||
| 5 | |||
| 3 | * xdisp.c (try_window_id): Don't display lines after the window | 6 | * xdisp.c (try_window_id): Don't display lines after the window |
| 4 | end if the rest of the window after the window end was already | 7 | end if the rest of the window after the window end was already |
| 5 | blank. | 8 | blank. |
| 6 | 9 | ||
| 7 | * xdisp.c (try_window_id): Remove code that was only there | 10 | * xdisp.c (try_window_id): Remove code that was only there |
| 8 | for the release of 21.1. | 11 | for the release of 21.1. |
| 9 | 12 | ||