Mercurial > emacs
changeset 26393:d11cb5096a6c
(mh-smail-batch): If TO is nil, use "" as
to-address.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 10 Nov 1999 10:46:01 +0000 |
parents | b3d3ff9a7a2c |
children | d56f32ebe093 |
files | lisp/mail/mh-comp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)