Function: mh-tool-bar-customize

mh-tool-bar-customize is an interactive and byte-compiled function defined in mh-tool-bar.el.gz.

Signature

(mh-tool-bar-customize)

Documentation

Call mh-customize from the tool bar.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-tool-bar.el.gz
(defun mh-tool-bar-customize ()
  "Call `mh-customize' from the tool bar."
  (interactive)
  (mh-customize t))