aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/image.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/image.el b/lisp/image.el
index bc6155e9d9c..ac1ef557edc 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -203,11 +203,7 @@ means display it in the right marginal area."
203 (let ((start (point))) 203 (let ((start (point)))
204 (insert string) 204 (insert string)
205 (add-text-properties start (point) 205 (add-text-properties start (point)
206 (list 'display image 206 `(display ,image rear-nonsticky (display)))))
207 ;; `image' has the right properties to
208 ;; mark an intangible field.
209 'intangible image
210 'rear-nonsticky (list 'display)))))
211 207
212 208
213;;;###autoload 209;;;###autoload