Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9d217cac
Commit
9d217cac
authored
Nov 03, 2011
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Nov 03, 2011
Browse files
message.el (message-send-and-exit): Document `arg'.
parent
4e2fb5c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/message.el
lisp/gnus/message.el
+3
-1
No files found.
lisp/gnus/ChangeLog
View file @
9d217cac
2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* message.el (message-send-and-exit): Document `arg'.
2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
* nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
...
...
lisp/gnus/message.el
View file @
9d217cac
...
...
@@ -4022,7 +4022,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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment