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.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/region-cache.h
Date: Fri, 04 Apr 2003 01:24:00 -0500

Index: emacs/src/region-cache.h
diff -c emacs/src/region-cache.h:1.4 emacs/src/region-cache.h:1.5
*** emacs/src/region-cache.h:1.4        Tue Nov 25 08:24:09 1997
--- emacs/src/region-cache.h    Tue Feb  4 09:03:13 2003
***************
*** 86,92 ****
                                         struct region_cache *CACHE,
                                         int HEAD, int TAIL));
  
! /* The scanning functions. 
  
     Basically, if you're scanning forward/backward from position POS,
     and region_cache_forward/backward returns true, you can skip all
--- 86,92 ----
                                         struct region_cache *CACHE,
                                         int HEAD, int TAIL));
  
! /* The scanning functions.
  
     Basically, if you're scanning forward/backward from position POS,
     and region_cache_forward/backward returns true, you can skip all
***************
*** 96,102 ****
     might be able to avoid scanning it again.  */
  
  /* Return true if the text immediately after POS in BUF is known, for
!    the purposes of CACHE.  If NEXT is non-zero, set *NEXT to the nearest 
     position after POS where the knownness changes.  */
  extern int region_cache_forward P_ ((struct buffer *BUF,
                                       struct region_cache *CACHE,
--- 96,102 ----
     might be able to avoid scanning it again.  */
  
  /* Return true if the text immediately after POS in BUF is known, for
!    the purposes of CACHE.  If NEXT is non-zero, set *NEXT to the nearest
     position after POS where the knownness changes.  */
  extern int region_cache_forward P_ ((struct buffer *BUF,
                                       struct region_cache *CACHE,




reply via email to

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