Function: mh-display-emphasis
mh-display-emphasis is an autoloaded and byte-compiled function
defined in mh-mime.el.gz.
Signature
(mh-display-emphasis)
Documentation
Display graphical emphasis.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
;;;###mh-autoload
(defun mh-display-emphasis ()
"Display graphical emphasis."
(when (and mh-graphical-emphasis-flag (mh-small-show-buffer-p))
(mh-flet
((article-goto-body ())) ; shadow this function to do nothing
(save-excursion
(goto-char (point-min))
(article-emphasize)))))