diff options
| author | Glenn Morris | 2012-05-26 18:06:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 18:06:44 -0700 |
| commit | 33017fafd17d722e82a268e9b272f27df261e09d (patch) | |
| tree | 9c34640f09d51059804961d697ed9b07e19571d3 /lisp/gnus | |
| parent | caf8a9b2b301aba06735d403317b75b41df59bfe (diff) | |
| parent | ed7bebbb489cf6f893fc35a2a6714b0d8e7e8a90 (diff) | |
| download | emacs-33017fafd17d722e82a268e9b272f27df261e09d.tar.gz emacs-33017fafd17d722e82a268e9b272f27df261e09d.zip | |
Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-msg.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 50ce9075dc0..3060c08ec51 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is | ||
| 4 | a string so that Gcc works (bug#11514). | ||
| 5 | |||
| 1 | 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * legacy-gnus-agent.el (gnus-agent-unhook-expire-days): | 8 | * legacy-gnus-agent.el (gnus-agent-unhook-expire-days): |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 815bd9e44a6..c6d0c3213a0 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -490,6 +490,7 @@ instead." | |||
| 490 | (message-mail to subject other-headers continue | 490 | (message-mail to subject other-headers continue |
| 491 | nil yank-action send-actions return-action) | 491 | nil yank-action send-actions return-action) |
| 492 | (let ((buf (current-buffer)) | 492 | (let ((buf (current-buffer)) |
| 493 | (gnus-newsgroup-name (or gnus-newsgroup-name "")) | ||
| 493 | mail-buf) | 494 | mail-buf) |
| 494 | (gnus-setup-message 'message | 495 | (gnus-setup-message 'message |
| 495 | (message-mail to subject other-headers continue | 496 | (message-mail to subject other-headers continue |