aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-08-25 22:05:13 -0700
committerPaul Eggert2011-08-25 22:05:13 -0700
commitfcbc5f60ee9c1ed2fb8b8b4f36b8a0658250a1bd (patch)
treee11dce4bf08f4da72eb29735384abd0ce83f0598
parentef25feb44365ed60211bc0b965e421b58b3dc075 (diff)
parent16e07ee0c37e8487937e3709c23a116119926b2b (diff)
downloademacs-fcbc5f60ee9c1ed2fb8b8b4f36b8a0658250a1bd.tar.gz
emacs-fcbc5f60ee9c1ed2fb8b8b4f36b8a0658250a1bd.zip
Merge from trunk.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-msg.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ad3e26f0f51..076afdd2323 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4
12011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out, 7 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 9d3ec25c03a..d60c7165abd 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -435,7 +435,7 @@ Thank you for your help in stamping out bugs.
435 (progn 435 (progn
436 ,@forms) 436 ,@forms)
437 (gnus-inews-add-send-actions ,winconf ,buffer ,article ,config 437 (gnus-inews-add-send-actions ,winconf ,buffer ,article ,config
438 ,yanked ',winconf-name) 438 ,yanked ,winconf-name)
439 (setq gnus-message-buffer (current-buffer)) 439 (setq gnus-message-buffer (current-buffer))
440 (set (make-local-variable 'gnus-message-group-art) 440 (set (make-local-variable 'gnus-message-group-art)
441 (cons ,group ,article)) 441 (cons ,group ,article))