emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/marker.c
Date: Wed, 17 Apr 2002 09:49:50 -0400

Index: emacs/src/marker.c
diff -c emacs/src/marker.c:1.37 emacs/src/marker.c:1.38
*** emacs/src/marker.c:1.37     Sat Apr 13 13:47:20 2002
--- emacs/src/marker.c  Wed Apr 17 09:49:49 2002
***************
*** 49,55 ****
  /* Converting between character positions and byte positions.  */
  
  /* There are several places in the buffer where we know
!    the corrspondence: BEG, BEGV, PT, GPT, ZV and Z,
     and everywhere there is a marker.  So we find the one of these places
     that is closest to the specified position, and scan from there.  */
  
--- 49,55 ----
  /* Converting between character positions and byte positions.  */
  
  /* There are several places in the buffer where we know
!    the correspondence: BEG, BEGV, PT, GPT, ZV and Z,
     and everywhere there is a marker.  So we find the one of these places
     that is closest to the specified position, and scan from there.  */
  



reply via email to

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