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:
eef24ff
)
Fix.
author
yamaoka
<yamaoka>
Mon, 30 Dec 2002 06:44:46 +0000
(06:44 +0000)
committer
yamaoka
<yamaoka>
Mon, 30 Dec 2002 06:44:46 +0000
(06:44 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
17e3fee
..
411953a
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-6086,7
+6086,7
@@
that further discussion should take place only in "
`((Subject . ,subject)
,@follow-to
,@(and mct (list (cons 'Cc mct)))
- ,@(and distribution (list (cons 'Distribution distribution)))
+ ,@(and distribution (list (cons 'Distribution distribution))))
cur)))
;;;###autoload