emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/intervals.c
Date: Mon, 16 Aug 2004 19:06:58 -0400

Index: emacs/src/intervals.c
diff -c emacs/src/intervals.c:1.127 emacs/src/intervals.c:1.128
*** emacs/src/intervals.c:1.127 Thu May 20 17:29:57 2004
--- emacs/src/intervals.c       Mon Aug 16 22:52:29 2004
***************
*** 2275,2280 ****
--- 2275,2284 ----
          pos = Fnext_char_property_change (pos, Qnil);
  
      }
+   else if (position < BEGV)
+     position = BEGV;
+   else if (position > ZV)
+     position = ZV;
  
    /* If the whole stretch between PT and POSITION isn't intangible,
       try moving to POSITION (which means we actually move farther




reply via email to

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