[gnus git] branch master updated: n0-17-260-g32d7182 =1= message.el (message-setup-1): Return t (Bug#9392).
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 32d7182edfeb73b0a43233192d1e9886e0ff19d8 (commit)
from f6afef21c74b8654c40348fa0d8655369884d7df (commit)
- Log -----------------------------------------------------------------
commit 32d7182edfeb73b0a43233192d1e9886e0ff19d8
Author: Eli Zaretskii <[email protected]>
Date: Fri Sep 2 23:27:48 2011 +0000
message.el (message-setup-1): Return t (Bug#9392).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 08facef..c03bb55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-02 Eli Zaretskii <[email protected]>
+
+ * message.el (message-setup-1): Return t (Bug#9392).
+
2011-09-01 Andrew Cohen <[email protected]>
* gnus-sum.el: When adding article headers to a summary buffer also
diff --git a/lisp/message.el b/lisp/message.el
index 152c16c..bf59d03 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -6574,7 +6574,9 @@ are not included."
(message-position-point)
;; Allow correct handling of `message-checksum' in `message-yank-original':
(set-buffer-modified-p nil)
- (undo-boundary))
+ (undo-boundary)
+ ;; rmail-start-mail expects message-mail to return t (Bug#9392)
+ t)
(defun message-set-auto-save-file-name ()
"Associate the message buffer with a file in the drafts directory."
-----------------------------------------------------------------------
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/message.el | 4 +++-
2 files changed, 7 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