projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336fe8a
)
(insert-image): Hide underlying string.
author
ueno
<ueno>
Thu, 17 Feb 2000 20:13:42 +0000
(20:13 +0000)
committer
ueno
<ueno>
Thu, 17 Feb 2000 20:13:42 +0000
(20:13 +0000)
image-xm.el
patch
|
blob
|
history
diff --git
a/image-xm.el
b/image-xm.el
index
b2dab44
..
49471d2
100644
(file)
--- a/
image-xm.el
+++ b/
image-xm.el
@@
-66,6
+66,7
@@
means display it in the right marginal area.
\[Emacs 21 emulating function]"
(let ((extent (make-extent (point) (progn (insert string)(point)))))
(set-extent-property extent 'pimage-extent t)
+ (set-extent-property extent 'invisible t)
(set-extent-begin-glyph extent image)))
(defun-maybe remove-images (start end &optional buffer)