From: yamaoka Date: Wed, 8 Sep 1999 03:37:18 +0000 (+0000) Subject: (mime-show-echo-buffer): Don't specify the negative number to `enlarge-window'. X-Git-Tag: semi-pgpgpg_20~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8da9d79ba5c8eb95be9e3a68a12c231041b575a3;p=elisp%2Fsemi.git (mime-show-echo-buffer): Don't specify the negative number to `enlarge-window'. --- diff --git a/mime-play.el b/mime-play.el index 9dd8019..2e62ede 100644 --- a/mime-play.el +++ b/mime-play.el @@ -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