projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdda72f
)
Synch to No Gnus 200509020844.
author
yamaoka
<yamaoka>
Fri, 2 Sep 2005 08:44:48 +0000
(08:44 +0000)
committer
yamaoka
<yamaoka>
Fri, 2 Sep 2005 08:44:48 +0000
(08:44 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-msg.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
cbac8a8
..
3a76ded
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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
diff --git
a/lisp/gnus-msg.el
b/lisp/gnus-msg.el
index
6ee67c3
..
a1e69f6
100644
(file)
--- 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: "