aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-07 12:31:26 +0000
committerGerd Moellmann2000-06-07 12:31:26 +0000
commitf38952fe7bd43bbe4013d9a1d99d9bfc7dd7d742 (patch)
tree7279f500decc692291a5efb15e6e05dd3ec8c46c /src/ChangeLog
parentb7617575cd3074eae8bf7fe57c86e957d7c29690 (diff)
downloademacs-f38952fe7bd43bbe4013d9a1d99d9bfc7dd7d742.tar.gz
emacs-f38952fe7bd43bbe4013d9a1d99d9bfc7dd7d742.zip
(readevalloop): If READCHARFUN sets point to ZV, arrange
to stop reading, even if the form read sets point to a different value when evaluated.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb734387aa4..2a5875dac96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12000-06-07 Gerd Moellmann <gerd@gnu.org> 12000-06-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (displayed_window_lines): New function.
4 (Fmove_to_window_line): Use displayed_window_lines to determine
5 the number of lines to move, instead of using the window's height.
6
7 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
8 to stop reading, even if the form read sets point to a different
9 value when evaluated.
10
3 * xdisp.c (display_line): Fix code deciding in which line to 11 * xdisp.c (display_line): Fix code deciding in which line to
4 put the cursor. 12 put the cursor.
5 13