* 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:
parent
86a94b0528
commit
254826b811
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue