[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/window.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/window.c |
Date: |
Mon, 22 Apr 2002 11:54:53 -0400 |
Index: emacs/src/window.c
diff -c emacs/src/window.c:1.412 emacs/src/window.c:1.413
*** emacs/src/window.c:1.412 Wed Apr 17 06:36:08 2002
--- emacs/src/window.c Mon Apr 22 11:54:51 2002
***************
*** 287,292 ****
--- 287,294 ----
XSETWINDOW (val, p);
XSETFASTINT (p->last_point, 0);
p->frozen_window_start_p = 0;
+ p->height_fixed_p = 0;
+ p->last_cursor_off_p = p->cursor_off_p = 0;
Vwindow_list = Qnil;
return val;