Function: mh-small-show-buffer-p
mh-small-show-buffer-p is a byte-compiled function defined in
mh-mime.el.gz.
Signature
(mh-small-show-buffer-p)
Documentation
Check if show buffer is small.
This is used to decide if smileys and graphical emphasis should be displayed.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
(defun mh-small-show-buffer-p ()
"Check if show buffer is small.
This is used to decide if smileys and graphical emphasis should be
displayed."
(>= 64000 (buffer-size)))