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:
parent
833815e8a7
commit
5f1fbf6b35
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue