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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/intervals.c [emacs-unicode-2]
Date: Fri, 27 Aug 2004 06:32:12 -0400

Index: emacs/src/intervals.c
diff -c emacs/src/intervals.c:1.123.2.3 emacs/src/intervals.c:1.123.2.4
*** emacs/src/intervals.c:1.123.2.3     Mon Jun 28 07:29:21 2004
--- emacs/src/intervals.c       Fri Aug 27 07:00:31 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]