]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-image): Don't make intangible since
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 08:34:45 +0000 (08:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 08:34:45 +0000 (08:34 +0000)
adjust_point_for_property should be sufficient by default.

lisp/image.el

index bc6155e9d9cb106934196833f6cd005e66930d0c..ac1ef557edc28b25d7fd3747ef56faf83d191573 100644 (file)
@@ -203,11 +203,7 @@ means display it in the right marginal area."
   (let ((start (point)))
     (insert string)
     (add-text-properties start (point)
-                        (list 'display image
-                              ;; `image' has the right properties to
-                              ;; mark an intangible field.
-                              'intangible image
-                              'rear-nonsticky (list 'display)))))
+                        `(display ,image rear-nonsticky (display)))))
 
 
 ;;;###autoload