Function: mh-logo-display
mh-logo-display is an autoloaded and byte-compiled function defined in
mh-utils.el.gz.
Signature
(mh-logo-display)
Documentation
Modify mode line to display MH-E logo.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
;;;###mh-autoload
(defun mh-logo-display ()
"Modify mode line to display MH-E logo."
(mh--with-image-load-path
(add-text-properties
0 2
`(display ,(or mh-logo-cache
(setq mh-logo-cache
(find-image '(( :type xpm :ascent center
:file "mh-logo.xpm" ))))))
(car mode-line-buffer-identification))))