]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value.
authorStefan Kangas <stefan@marxist.se>
Sat, 9 Jul 2022 10:01:43 +0000 (12:01 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 9 Jul 2022 10:33:14 +0000 (12:33 +0200)
lisp/mh-e/mh-mime.el

index 144eb9b3f96b3b4ca73cefe1feeeb1c3071c2718..b93f7d8c412a4cb1afa2d70e4d038446ded587c6 100644 (file)
@@ -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)))
 
 \f