Function: mh-smail-other-window
mh-smail-other-window is an autoloaded, interactive and byte-compiled
function defined in mh-comp.el.gz.
Signature
(mh-smail-other-window)
Documentation
Compose a message with the MH mail system in other window.
See mh-send for more details on composing mail.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
;;;###autoload
(defun mh-smail-other-window ()
"Compose a message with the MH mail system in other window.
See `mh-send' for more details on composing mail."
(interactive)
(mh-find-path)
(call-interactively 'mh-send-other-window))