From: yoichi Date: Mon, 30 Jan 2006 16:02:13 +0000 (+0000) Subject: * wl-vars.el (wl-draft-send-confirm-type): Change default value. X-Git-Tag: wl-2_15_3~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=09b1b887fac01adfe996d942a617d84a8a37bf07;p=elisp%2Fwanderlust.git * wl-vars.el (wl-draft-send-confirm-type): Change default value. --- 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)