* im-wl.el: wl-draft-send-func -> wl-draft-send-function
authoryoichi <yoichi>
Mon, 20 May 2002 07:59:34 +0000 (07:59 +0000)
committeryoichi <yoichi>
Mon, 20 May 2002 07:59:34 +0000 (07:59 +0000)
in the example settings.

utils/ChangeLog
utils/im-wl.el

index b647226..8b7fb9f 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * im-wl.el: wl-draft-send-func -> wl-draft-send-function
+       in the example settings.
+
 2002-04-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
index b60d8ae..92a8f57 100644 (file)
@@ -27,7 +27,7 @@
 
 ;;  General settings:
 ;;  (autoload 'wl-draft-send-with-imput-async "im-wl")
-;;  (setq wl-draft-send-func 'wl-draft-send-with-imput-async)
+;;  (setq wl-draft-send-function 'wl-draft-send-with-imput-async)
 ;;
 ;;  for Nifty4U+ users:
 ;;  (add-hook 'wl-mail-setup-hook '(lambda () (require 'im-wl)))
@@ -36,7 +36,7 @@
 ;;           ;; to avoid header-encoding.
 ;;           ;; [cf.  slrn-ja-0.9.4.6.jp4/doc/README.macros.euc]
 ;;           ;(eword-field-encoding-method-alist . '((t .  iso-2022-jp-2)))
-;;           (wl-draft-send-func . 'wl-draft-send-with-imput-async)
+;;           (wl-draft-send-function . 'wl-draft-send-with-imput-async)
 ;;           (im-wl-dispatcher . '("~/nifty4u-plus/inews-nifty4u" "-h"))
 ;;           (im-wl-dispatcher-error-msg
 ;;            . (format "^%s :" (expand-file-name (car im-wl-dispatcher)))))))