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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/intervals.c [lexbind]
Date: Sat, 04 Sep 2004 05:41:49 -0400

Index: emacs/src/intervals.c
diff -c emacs/src/intervals.c:1.114.2.3 emacs/src/intervals.c:1.114.2.4
*** emacs/src/intervals.c:1.114.2.3     Tue Jul  6 09:23:54 2004
--- emacs/src/intervals.c       Sat Sep  4 09:24:36 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]