projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48273ef
)
Synch up with emy-1_13.
author
ueno
<ueno>
Fri, 4 Aug 2000 06:23:41 +0000
(06:23 +0000)
committer
ueno
<ueno>
Fri, 4 Aug 2000 06:23:41 +0000
(06:23 +0000)
mime-image.el
patch
|
blob
|
history
diff --git
a/mime-image.el
b/mime-image.el
index
48e1230
..
76c2335
100644
(file)
--- a/
mime-image.el
+++ b/
mime-image.el
@@
-96,7
+96,10
@@
glyph)))
(defun mime-image-insert (image &optional string area)
- (let ((extent (make-extent (point) (progn (insert string)(point)))))
+ (let ((extent (make-extent (point)
+ (progn (and string
+ (insert string))
+ (point)))))
(set-extent-property extent 'invisible t)
(set-extent-end-glyph extent image))))
(condition-case nil