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:
0fac2b9
)
(mime-show-echo-buffer): Fix bug.
author
yamaoka
<yamaoka>
Wed, 8 Sep 1999 05:58:48 +0000
(
05:58
+0000)
committer
yamaoka
<yamaoka>
Wed, 8 Sep 1999 05:58:48 +0000
(
05:58
+0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
0497016
..
204d839
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-414,8
+414,7
@@
this function is called."
(error nil)))
(select-window (get-buffer-window (or mime-preview-buffer
(current-buffer))))
- (setq win
- (split-window-vertically (min -2 (- (window-height) height))))
+ (setq win (split-window-vertically (- (window-height) height)))
(set-window-buffer win mime-echo-buffer-name)
(select-window win)
))