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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Sat, 30 Mar 2002 06:54:46 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.302 emacs/src/dispnew.c:1.303
*** emacs/src/dispnew.c:1.302   Tue Mar  5 13:09:25 2002
--- emacs/src/dispnew.c Sat Mar 30 06:54:45 2002
***************
*** 3655,3668 ****
    fflush (stdout);
  
    TRACE ((stderr, "direct output for insert\n"));
! 
!   UNCHANGED_MODIFIED = MODIFF;
!   BEG_UNCHANGED = GPT - BEG;
!   XSETFASTINT (w->last_point, PT);
!   w->last_cursor = w->cursor;
!   XSETFASTINT (w->last_modified, MODIFF);
!   XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);
! 
    redisplay_performed_directly_p = 1;
    return 1;
  }
--- 3655,3661 ----
    fflush (stdout);
  
    TRACE ((stderr, "direct output for insert\n"));
!   mark_window_display_accurate (it.window, 1);
    redisplay_performed_directly_p = 1;
    return 1;
  }



reply via email to

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