From 09b1b887fac01adfe996d942a617d84a8a37bf07 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 30 Jan 2006 16:02:13 +0000 Subject: [PATCH] * wl-vars.el (wl-draft-send-confirm-type): Change default value. --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index c462a8e..4668bce 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2006-01-30 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-send-confirm-type): Change default value. + 2006-01-28 Hiroya Murata * wl-vars.el (wl-draft-send-confirm-type): New user option. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index b92d2ec..868e829 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -895,7 +895,7 @@ Prepared candidates are 'wl-draft-send-mail-with-smtp, (function :tag "Other")) :group 'wl-draft) -(defcustom wl-draft-send-confirm-type 'scroll-by-j/k +(defcustom wl-draft-send-confirm-type 'y-or-n-p "*Confirmation type or function to use when send a message." :type '(choice (const :tag "y or n with scroll (j/k)" scroll-by-j/k) -- 1.7.10.4