* wl-vars.el (wl-draft-send-confirm-type): Change default value.
authoryoichi <yoichi>
Mon, 30 Jan 2006 16:02:13 +0000 (16:02 +0000)
committeryoichi <yoichi>
Mon, 30 Jan 2006 16:02:13 +0000 (16:02 +0000)
wl/ChangeLog
wl/wl-vars.el

index c462a8e..4668bce 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-draft-send-confirm-type): Change default value.
+
 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-draft-send-confirm-type): New user option.
index b92d2ec..868e829 100644 (file)
@@ -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)