# HG changeset patch # User Gerd Moellmann # Date 942230761 0 # Node ID d11cb5096a6cdc443d1542875309697ded327411 # Parent b3d3ff9a7a2c3ce72615378f58eabc70f0e691c2 (mh-smail-batch): If TO is nil, use "" as to-address. diff -r b3d3ff9a7a2c -r d11cb5096a6c lisp/mail/mh-comp.el --- a/lisp/mail/mh-comp.el Tue Nov 09 19:08:51 1999 +0000 +++ b/lisp/mail/mh-comp.el Wed Nov 10 10:46:01 1999 +0000 @@ -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 @@ 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)