aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-06-09 21:28:16 -0700
committerGlenn Morris2016-06-09 21:28:16 -0700
commit78b18cabb4f18b7afe7f80395ea76493c22ac4f3 (patch)
treede4e2e99c7d21f419996c97b74529fa9b33d71ad
parentb27c670b9f28b3fd24d3e57ba0c75966964ccf82 (diff)
downloademacs-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.
-rw-r--r--doc/misc/message.texi17
-rw-r--r--lisp/obsolete/messcompat.el (renamed from lisp/gnus/messcompat.el)1
2 files changed, 1 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
2587a form to be @code{eval}ed. 2586a form to be @code{eval}ed.
2588 2587
2589 2588
2590@node Compatibility
2591@chapter Compatibility
2592@cindex compatibility
2593
2594Message uses virtually only its own variables---older @code{mail-}
2595variables aren't consulted. To force Message to take those variables
2596into account, you can put the following in your @file{.emacs} file:
2597
2598@lisp
2599(require 'messcompat)
2600@end lisp
2601
2602This will initialize many Message variables from the values in the
2603corresponding mail variables.
2604
2605
2606@node Appendices 2589@node Appendices
2607@chapter Appendices 2590@chapter Appendices
2608 2591
diff --git a/lisp/gnus/messcompat.el b/lisp/obsolete/messcompat.el
index 2b658bc73d5..5f506920106 100644
--- a/lisp/gnus/messcompat.el
+++ b/lisp/obsolete/messcompat.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: mail, news 6;; Keywords: mail, news
7;; Obsolete-since: 25.2
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10