+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
;; 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)))
;; ;; 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)))))))