emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 17 Mar 2005 18:39:13 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.342 emacs/src/dispnew.c:1.343
*** emacs/src/dispnew.c:1.342   Thu Feb  3 16:04:50 2005
--- emacs/src/dispnew.c Thu Mar 17 23:39:12 2005
***************
*** 3164,3170 ****
                  struct glyph_matrix *m2;
                  int m2_from;
  
!                 w2 = frame_row_to_window (root, frame_to);
                  m2 = w2->current_matrix;
                  m2_from = frame_from - m2->matrix_y;
                  copy_row_except_pointers (m->rows + window_to,
--- 3164,3170 ----
                  struct glyph_matrix *m2;
                  int m2_from;
  
!                 w2 = frame_row_to_window (root, frame_from);
                  m2 = w2->current_matrix;
                  m2_from = frame_from - m2->matrix_y;
                  copy_row_except_pointers (m->rows + window_to,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]