From: Stefan Kangas Date: Sat, 9 Jul 2022 10:01:43 +0000 (+0200) Subject: * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value. X-Git-Tag: emacs-29.0.90~1447^2~1069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d40cb5243023fe6f431ee0a629626fb8e90f5300;p=emacs.git * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value. --- diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 144eb9b3f96..b93f7d8c412 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -1141,7 +1141,7 @@ this ;-)" "Check if show buffer is small. This is used to decide if smileys and graphical emphasis should be displayed." - (>= 32000 (buffer-size))) + (>= 64000 (buffer-size)))