From: Gerd Moellmann Date: Wed, 10 Nov 1999 10:46:01 +0000 (+0000) Subject: (mh-smail-batch): If TO is nil, use "" as X-Git-Tag: emacs-pretest-21.0.90~6140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=016fbe59f0fe49c55cd906aee6e1869298431caa;p=emacs.git (mh-smail-batch): If TO is nil, use "" as to-address. --- diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index ceb38043e11..bd12688cbc1 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.el @@ -26,7 +26,7 @@ ;;; 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: @@ -233,7 +233,7 @@ that want to create a mail buffer. Users should use `\\[mh-smail]' to compose mail." (mh-find-path) (let ((mh-error-if-no-draft t)) - (mh-send to "" subject))) + (mh-send (or to "") "" (or subject "")))) (defun mh-edit-again (msg)