From 8da9d79ba5c8eb95be9e3a68a12c231041b575a3 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 8 Sep 1999 03:37:18 +0000 Subject: [PATCH] (mime-show-echo-buffer): Don't specify the negative number to `enlarge-window'. --- mime-play.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4