emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/region-cache.c
Date: Tue, 16 Apr 2002 08:39:25 -0400

Index: emacs/src/region-cache.c
diff -c emacs/src/region-cache.c:1.3 emacs/src/region-cache.c:1.4
*** emacs/src/region-cache.c:1.3        Mon Jan 15 04:06:29 1996
--- emacs/src/region-cache.c    Tue Apr 16 08:39:25 2002
***************
*** 143,150 ****
  
    c->beg_unchanged = 0;
    c->end_unchanged = 0;
!   c->buffer_beg = 1;
!   c->buffer_end = 1;
  
    /* Insert the boundary for the buffer start.  */
    c->cache_len++;
--- 143,150 ----
  
    c->beg_unchanged = 0;
    c->end_unchanged = 0;
!   c->buffer_beg = BEG;
!   c->buffer_end = BEG;
  
    /* Insert the boundary for the buffer start.  */
    c->cache_len++;



reply via email to

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