[gnus git] branch master updated: n0-17-371-g07ca14b =2= * message.el (message-send-and-exit): Document `arg'. ; Merge fix.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 07ca14ba05aebc722f7edac0122c73b6bbf4c110 (commit)
via 104a3a1f072761726e7894f4cad0c6fbfc122b41 (commit)
from e34622014d3a10e4511a3e343deb293ce5f77e6d (commit)
- Log -----------------------------------------------------------------
commit 07ca14ba05aebc722f7edac0122c73b6bbf4c110
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Nov 3 22:34:40 2011 +0100
* message.el (message-send-and-exit): Document `arg'.
diff --git a/lisp/message.el b/lisp/message.el
index a7045da..4810655 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -4066,7 +4066,9 @@ The text will also be indented the normal way."
;;;
(defun message-send-and-exit (&optional arg)
- "Send message like `message-send', then, if no errors, exit from mail buffer."
+ "Send message like `message-send', then, if no errors, exit from mail buffer.
+The usage of ARG is defined by the instance that called Message.
+It should typically alter the sending method in some way or other."
(interactive "P")
(let ((buf (current-buffer))
(actions message-exit-actions))
commit 104a3a1f072761726e7894f4cad0c6fbfc122b41
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Nov 3 22:46:50 2011 +0100
Merge fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 202bf74..e8d44de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,10 @@
* gnus-sync.el: More commentary about setup.
+2011-11-03 Lars Magne Ingebrigtsen <[email protected]>
+
+ * message.el (message-send-and-exit): Document `arg'.
+
2011-11-02 Teodor Zlatanov <[email protected]>
* gnus-sync.el: More commentary about `gnus-sync-read' issues.
-----------------------------------------------------------------------
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