From: hmurata Date: Wed, 5 Oct 2005 10:56:17 +0000 (+0000) Subject: * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo. X-Git-Tag: wl-2_15_3~49 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11392a043e614513451adf170ac83899f81b787a;p=elisp%2Fwanderlust.git * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 51aa66b..20ccbe3 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2005-10-05 Hiroya Murata + * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo. + * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field value into recipients; Bind `wl-draft-remove-group-list-contents' as nil. diff --git a/wl/wl-mime.el b/wl/wl-mime.el index 401feba..bc53e0c 100644 --- a/wl/wl-mime.el +++ b/wl/wl-mime.el @@ -283,7 +283,7 @@ It calls following-method selected from variable (defun wl-draft-attribute-nntp-posting-port () (wl-draft-nntp-attribute - 'point + 'port '(wl-nntp-posting-port elmo-nntp-default-port))) (defun wl-draft-attribute-value (attr)