[gnus git] branch master updated: m0-7-15-g786ff21 =1= message.el (message-mode): Use message-mode-abbrev-table, with text-mode-abbrev-table as parent (Bug#14413)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 786ff2141fd1613c88035aae899ec9d71ffb5cd0 (commit)
from d2e1e2718357db738ca83e7ba9637685319222f6 (commit)
- Log -----------------------------------------------------------------
commit 786ff2141fd1613c88035aae899ec9d71ffb5cd0
Author: Glenn Morris <[email protected]>
Date: Sat May 18 12:27:40 2013 +0000
message.el (message-mode): Use message-mode-abbrev-table, with text-mode-abbrev-table as parent (Bug#14413)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c12d076..92bc307 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-18 Glenn Morris <[email protected]>
+
+ * message.el (message-mode): Use message-mode-abbrev-table,
+ with text-mode-abbrev-table as parent. (Bug#14413)
+
2013-05-16 Katsumi Yamaoka <[email protected]>
* message.el (message-expand-group): Decode group names.
diff --git a/lisp/message.el b/lisp/message.el
index 8e5b817..920e805 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -2983,7 +2983,6 @@ C-c M-n `message-insert-disposition-notification-to' (request receipt).
C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
M-RET `message-newline-and-reformat' (break the line and reformat)."
- (setq local-abbrev-table text-mode-abbrev-table)
(set (make-local-variable 'message-reply-buffer) nil)
(set (make-local-variable 'message-inserted-headers) nil)
(set (make-local-variable 'message-send-actions) nil)
-----------------------------------------------------------------------
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 | 1 -
2 files changed, 5 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