(mh-smail-batch): If TO is nil, use "" as

to-address.
This commit is contained in:
Gerd Moellmann 1999-11-10 10:46:01 +00:00
parent 4ea68fcc0e
commit 016fbe59f0

View file

@ -26,7 +26,7 @@
;;; Change Log: ;;; Change Log:
;; $Id: mh-comp.el,v 1.14 1999/03/01 03:47:07 kwzh Exp rms $ ;; $Id: mh-comp.el,v 1.15 1999/09/04 00:08:17 rms Exp $
;;; Code: ;;; Code:
@ -233,7 +233,7 @@ that want to create a mail buffer.
Users should use `\\[mh-smail]' to compose mail." Users should use `\\[mh-smail]' to compose mail."
(mh-find-path) (mh-find-path)
(let ((mh-error-if-no-draft t)) (let ((mh-error-if-no-draft t))
(mh-send to "" subject))) (mh-send (or to "") "" (or subject ""))))
(defun mh-edit-again (msg) (defun mh-edit-again (msg)