* lisp/gnus/message.el (message-mode): Use message-mode-abbrev-table,

with text-mode-abbrev-table as parent.  (Bug#14413)
This commit is contained in:
Glenn Morris 2013-05-17 20:30:49 -04:00
parent 86a94b0528
commit 254826b811
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-05-18 Glenn Morris <rgm@gnu.org>
* message.el (message-mode): Use message-mode-abbrev-table,
with text-mode-abbrev-table as parent. (Bug#14413)
2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
* message.el (message-expand-group): Decode group names.

View file

@ -2939,7 +2939,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)