]> git.eshelyaron.com Git - emacs.git/commitdiff
(adjust_point_for_property): Check if display
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 19:43:51 +0000 (19:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 19:43:51 +0000 (19:43 +0000)
property should be treated as intangible by looking at its
value.

src/keyboard.c

index e1eb54175ac96d6933574ae4d7343d2f71c1a622..e777bdd770b04e25d6d89d41cb9feccf4b17f0b6 100644 (file)
@@ -1667,6 +1667,7 @@ adjust_point_for_property (last_pt)
       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))
        {