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:
9f89fd8
)
(mime-display-image): Don't wait for redisplay.
author
hayashi
<hayashi>
Wed, 1 Mar 2000 05:58:17 +0000
(
05:58
+0000)
committer
hayashi
<hayashi>
Wed, 1 Mar 2000 05:58:17 +0000
(
05:58
+0000)
ChangeLog
patch
|
blob
|
history
mime-image.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
f29684f
..
6c40469
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2000-03-01 Yoshiki Hayashi <yoshiki@xemacs.org>
+
+ * mime-image.el (mime-display-image): Don't wait for redisplay.
+
2000-02-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
* mime-image.el
diff --git
a/mime-image.el
b/mime-image.el
index
588d228
..
2110e2c
100644
(file)
--- a/
mime-image.el
+++ b/
mime-image.el
@@
-194,9
+194,6
@@
(save-excursion
(mime-image-insert image "x")
(insert "\n")
- (save-window-excursion
- (set-window-buffer (selected-window)(current-buffer))
- (sit-for 0))
(message "Decoding image... done")))))
;;; @ end