(mime-show-echo-buffer): Fix bug.
authoryamaoka <yamaoka>
Wed, 8 Sep 1999 05:58:48 +0000 (05:58 +0000)
committeryamaoka <yamaoka>
Wed, 8 Sep 1999 05:58:48 +0000 (05:58 +0000)
mime-play.el

index 0497016..204d839 100644 (file)
@@ -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)
        ))