aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 567b9558fde..5ad0cef63db 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -5399,7 +5399,6 @@ display_echo_area_1 (w)
5399 struct window *w; 5399 struct window *w;
5400{ 5400{
5401 Lisp_Object window; 5401 Lisp_Object window;
5402 struct frame *f = XFRAME (w->frame);
5403 struct text_pos start; 5402 struct text_pos start;
5404 int window_height_changed_p = 0; 5403 int window_height_changed_p = 0;
5405 5404
@@ -9992,8 +9991,6 @@ try_window_id (w)
9992 mentioned, this is not a frequent case. */ 9991 mentioned, this is not a frequent case. */
9993 if (w->cursor.vpos < 0) 9992 if (w->cursor.vpos < 0)
9994 { 9993 {
9995 int last_y = min (it.last_visible_y, it.last_visible_y + dy);
9996
9997 /* Cursor in unchanged rows at the top? */ 9994 /* Cursor in unchanged rows at the top? */
9998 if (PT < CHARPOS (start_pos) 9995 if (PT < CHARPOS (start_pos)
9999 && last_unchanged_at_beg_row) 9996 && last_unchanged_at_beg_row)