aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-17 15:29:12 +0000
committerGerd Moellmann2001-10-17 15:29:12 +0000
commit23e8bd8665b9f024438f6cd5a915482b285e4010 (patch)
treea2435337eefb68033b2840f25adeef563f838834 /src/ChangeLog
parent9c6ba6d10c11eca11586e8fb3841435fc9a61dc9 (diff)
downloademacs-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/ChangeLog5
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 @@
12001-10-17 Gerd Moellmann <gerd@gnu.org> 12001-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