Mercurial > emacs
changeset 48130:b469af98b332
(insert-image): Don't make intangible since
adjust_point_for_property should be sufficient by default.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 03 Nov 2002 08:34:45 +0000 |
parents | 9c67ae0ad84d |
children | 8da4ccdeb8e0 |
files | lisp/image.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image.el Sun Nov 03 03:46:56 2002 +0000 +++ b/lisp/image.el Sun Nov 03 08:34:45 2002 +0000 @@ -203,11 +203,7 @@ (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