summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-06-09 21:28:16 -0700
committerGlenn Morris <rgm@gnu.org>2016-06-09 21:28:16 -0700
commit78b18cabb4f18b7afe7f80395ea76493c22ac4f3 (patch)
treede4e2e99c7d21f419996c97b74529fa9b33d71ad /doc
parentb27c670b9f28b3fd24d3e57ba0c75966964ccf82 (diff)
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.texi17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index fa4fa4398b..048990d53a 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -67,7 +67,6 @@ Message mode buffers.
* Interface:: Setting up message buffers.
* Commands:: Commands you can execute in message mode buffers.
* Variables:: Customizing the message buffers.
-* Compatibility:: Making Message backwards compatible.
* Appendices:: More technical things.
* GNU Free Documentation License:: The license for this documentation.
* Index:: Variable, function and concept index.
@@ -2587,22 +2586,6 @@ An @dfn{action} can be either: a normal function, or a list where the
a form to be @code{eval}ed.
-@node Compatibility
-@chapter Compatibility
-@cindex compatibility
-
-Message uses virtually only its own variables---older @code{mail-}
-variables aren't consulted. To force Message to take those variables
-into account, you can put the following in your @file{.emacs} file:
-
-@lisp
-(require 'messcompat)
-@end lisp
-
-This will initialize many Message variables from the values in the
-corresponding mail variables.
-
-
@node Appendices
@chapter Appendices