From: yamaoka Date: Fri, 2 Sep 2005 08:44:48 +0000 (+0000) Subject: Synch to No Gnus 200509020844. X-Git-Tag: t-gnus-6_17_4-quimby-~404 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4e970c912628d267196a0aa015ada4e98b4a1a5c;p=elisp%2Fgnus.git- Synch to No Gnus 200509020844. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbac8a8..3a76ded 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-09-02 Katsumi Yamaoka + + * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using + list, not listp. + 2005-09-02 Hrvoje Niksic * mm-encode.el (mm-encode-content-transfer-encoding): Likewise diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 6ee67c3..a1e69f6 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -1850,7 +1850,7 @@ this is a reply." (gcc (cond ((functionp group) (funcall group)) - ((or (stringp group) (list group)) + ((or (stringp group) (listp group)) group)))) (when gcc (insert "Gcc: "