diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mh-e/mh-mime.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |