1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

(insert-image): Don't make intangible since

adjust_point_for_property should be sufficient by default.
This commit is contained in:
Stefan Monnier 2002-11-03 08:34:45 +00:00
parent 833815e8a7
commit 5f1fbf6b35

View file

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