emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d40cb52430 2/2: * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p):


From: Stefan Kangas
Subject: master d40cb52430 2/2: * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value.
Date: Sat, 9 Jul 2022 06:34:26 -0400 (EDT)

branch: master
commit d40cb5243023fe6f431ee0a629626fb8e90f5300
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value.
---
 lisp/mh-e/mh-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 144eb9b3f9..b93f7d8c41 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)))
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]