[gnus git] branch master updated: n0-17-254-ga2b740f =1= gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a2b740fc2ac7e0fe8adb06bd6e3a1a1e308af640 (commit)
from c4ce42de529ae94c3ef5967d7f8d5c2e5874fbed (commit)
- Log -----------------------------------------------------------------
commit a2b740fc2ac7e0fe8adb06bd6e3a1a1e308af640
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Aug 26 04:25:28 2011 +0000
gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a4b47b..d9a7a06 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-26 Katsumi Yamaoka <[email protected]>
+
+ * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
+
2011-08-21 Lars Magne Ingebrigtsen <[email protected]>
* nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 9d3ec25..d60c716 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -435,7 +435,7 @@ Thank you for your help in stamping out bugs.
(progn
,@forms)
(gnus-inews-add-send-actions ,winconf ,buffer ,article ,config
- ,yanked ',winconf-name)
+ ,yanked ,winconf-name)
(setq gnus-message-buffer (current-buffer))
(set (make-local-variable 'gnus-message-group-art)
(cons ,group ,article))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-msg.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project