From b2cf63c1f9a03f96010ee6fcc04ea4a1a8e16610 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sun, 15 Jun 2003 14:40:30 +0000 Subject: [PATCH] Fix last change. --- wl/wl-draft.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4