changeset 29816:6863a9ae42d6

(adjust_point_for_property): Check if display property should be treated as intangible by looking at its value.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Jun 2000 19:43:51 +0000
parents 10530643ea7f
children 6c3a17ddb763
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Jun 20 18:40:08 2000 +0000
+++ b/src/keyboard.c	Tue Jun 20 19:43:51 2000 +0000
@@ -1667,6 +1667,7 @@
       if (check_display
 	  && PT > BEGV && PT < ZV
 	  && get_property_and_range (PT, Qdisplay, &val, &start, &end, Qnil)
+	  && display_prop_intangible_p (val)
 	  && start < PT && end > PT
 	  && (last_pt <= start || last_pt >= end))
 	{