diff options
| author | Glenn Morris | 2016-06-09 21:28:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2016-06-09 21:28:16 -0700 |
| commit | 78b18cabb4f18b7afe7f80395ea76493c22ac4f3 (patch) | |
| tree | de4e2e99c7d21f419996c97b74529fa9b33d71ad /doc | |
| parent | b27c670b9f28b3fd24d3e57ba0c75966964ccf82 (diff) | |
| download | emacs-78b18cabb4f18b7afe7f80395ea76493c22ac4f3.tar.gz emacs-78b18cabb4f18b7afe7f80395ea76493c22ac4f3.zip | |
Make messcompat.el obsolete.
* lisp/obsolete/messcompat.el: Move here from lisp/gnus.
* doc/misc/message.texi (Compatibility): Remove section.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/message.texi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index fa4fa4398b4..048990d53a7 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -67,7 +67,6 @@ Message mode buffers. | |||
| 67 | * Interface:: Setting up message buffers. | 67 | * Interface:: Setting up message buffers. |
| 68 | * Commands:: Commands you can execute in message mode buffers. | 68 | * Commands:: Commands you can execute in message mode buffers. |
| 69 | * Variables:: Customizing the message buffers. | 69 | * Variables:: Customizing the message buffers. |
| 70 | * Compatibility:: Making Message backwards compatible. | ||
| 71 | * Appendices:: More technical things. | 70 | * Appendices:: More technical things. |
| 72 | * GNU Free Documentation License:: The license for this documentation. | 71 | * GNU Free Documentation License:: The license for this documentation. |
| 73 | * Index:: Variable, function and concept index. | 72 | * Index:: Variable, function and concept index. |
| @@ -2587,22 +2586,6 @@ An @dfn{action} can be either: a normal function, or a list where the | |||
| 2587 | a form to be @code{eval}ed. | 2586 | a form to be @code{eval}ed. |
| 2588 | 2587 | ||
| 2589 | 2588 | ||
| 2590 | @node Compatibility | ||
| 2591 | @chapter Compatibility | ||
| 2592 | @cindex compatibility | ||
| 2593 | |||
| 2594 | Message uses virtually only its own variables---older @code{mail-} | ||
| 2595 | variables aren't consulted. To force Message to take those variables | ||
| 2596 | into account, you can put the following in your @file{.emacs} file: | ||
| 2597 | |||
| 2598 | @lisp | ||
| 2599 | (require 'messcompat) | ||
| 2600 | @end lisp | ||
| 2601 | |||
| 2602 | This will initialize many Message variables from the values in the | ||
| 2603 | corresponding mail variables. | ||
| 2604 | |||
| 2605 | |||
| 2606 | @node Appendices | 2589 | @node Appendices |
| 2607 | @chapter Appendices | 2590 | @chapter Appendices |
| 2608 | 2591 | ||