[gnus git] branch master updated: m0-9-51-gb072de8 =1= message.el (message-tab): Mention what happens on normal tabs (bug#11297)
Katsumi Yamaoka <[email protected]> Sun, 09 Feb 2014 12:25:32 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b072de812cb628a3c5f826b207886070391f359f (commit)
from 9755219cfc36ec9c29e59f759176a667f910f1fd (commit)
- Log -----------------------------------------------------------------
commit b072de812cb628a3c5f826b207886070391f359f
Author: Lars Ingebrigtsen <[email protected]>
Date: Sun Feb 9 11:25:23 2014 +0000
message.el (message-tab): Mention what happens on normal tabs (bug#11297)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34e3f2d..c8d5082 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-09 Lars Ingebrigtsen <[email protected]>
+
+ * message.el (message-tab): Mention what happens on normal tabs
+ (bug#11297).
+
2014-02-08 Glenn Morris <[email protected]>
* auth-source.el (auth-sources): Doc fix. (Bug#16642)
diff --git a/lisp/message.el b/lisp/message.el
index 86a4d02..0110f8b 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -7991,8 +7991,9 @@ If nil, the function bound in `text-mode-map' or `global-map' is executed."
(defun message-tab ()
"Complete names according to `message-completion-alist'.
-Execute function specified by `message-tab-body-function' when not in
-those headers."
+Execute function specified by `message-tab-body-function' when
+not in those headers. If that variable is nil, indent with the
+regular text mode tabbing command."
(interactive)
(cond
((if (and (boundp 'completion-fail-discreetly)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/message.el | 5 +++--
2 files changed, 8 insertions(+), 2 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