Synch to No Gnus 200509020844.
authoryamaoka <yamaoka>
Fri, 2 Sep 2005 08:44:48 +0000 (08:44 +0000)
committeryamaoka <yamaoka>
Fri, 2 Sep 2005 08:44:48 +0000 (08:44 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index cbac8a8..3a76ded 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
+       list, not listp.
+
 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
index 6ee67c3..a1e69f6 100644 (file)
@@ -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: "