changeset 48133:0c75cb82ad34

(adjust_point_for_property): copy/paste error.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 03 Nov 2002 09:36:55 +0000
parents e54d42aa9dd0
children ef2b87569c38
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Nov 03 09:00:47 2002 +0000
+++ b/src/keyboard.c	Sun Nov 03 09:36:55 2002 +0000
@@ -1838,7 +1838,7 @@
 	      beg < PT)
 	  && (tmp = Fnext_single_char_property_change
 	                (make_number (PT), Qinvisible, Qnil, Qnil),
-	      end = NILP (tmp) ? BEGV : XFASTINT (tmp),
+	      end = NILP (tmp) ? ZV : XFASTINT (tmp),
 	      (last_pt <= beg || last_pt >= end)))
 	{
 	  SET_PT (PT < last_pt ? beg : end);