message.el (message-setup-1): Return t (Bug#9392).
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Sep 2011 23:27:48 +0000 (23:27 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 2 Sep 2011 23:27:48 +0000 (23:27 +0000)
lisp/ChangeLog
lisp/message.el

index 08facef..c03bb55 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * message.el (message-setup-1): Return t (Bug#9392).
+
 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
 
        * gnus-sum.el: When adding article headers to a summary buffer also
index 152c16c..bf59d03 100644 (file)
@@ -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."