(mime-show-echo-buffer): Don't specify the negative number to `enlarge-window'.
authoryamaoka <yamaoka>
Wed, 8 Sep 1999 03:37:18 +0000 (03:37 +0000)
committeryamaoka <yamaoka>
Wed, 8 Sep 1999 03:37:18 +0000 (03:37 +0000)
mime-play.el

index 9dd8019..2e62ede 100644 (file)
@@ -403,7 +403,7 @@ this function is called."
     (if win
        (progn
          (select-window win)
-         (enlarge-window (- height (window-height)))
+         (enlarge-window (max 0 (- height (window-height))))
          )
       (unless (and mime-echo-window-is-shared-with-bbdb
                   (condition-case nil