From: kaoru Date: Sun, 15 Jun 2003 14:40:30 +0000 (+0000) Subject: Fix last change. X-Git-Tag: wl-2_10_1pre~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b2cf63c1f9a03f96010ee6fcc04ea4a1a8e16610;p=elisp%2Fwanderlust.git Fix last change. --- diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 6d4fb08..1477069 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -1295,7 +1295,7 @@ If KILL-WHEN-DONE is non-nil, current draft buffer is killed" ) ;; (if wl-draft-verbose-send - (message "%s" mes-string "Sending...")) + (message "%s" (or mes-string "Sending..."))) (funcall wl-draft-send-function editing-buffer kill-when-done) ;; Now perform actions on successful sending. (while mail-send-actions