]> code.delx.au - gnu-emacs/commitdiff
Make messcompat.el obsolete.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Jun 2016 04:28:16 +0000 (21:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Jun 2016 04:28:16 +0000 (21:28 -0700)
* lisp/obsolete/messcompat.el: Move here from lisp/gnus.
* doc/misc/message.texi (Compatibility): Remove section.

doc/misc/message.texi
lisp/obsolete/messcompat.el [moved from lisp/gnus/messcompat.el with 98% similarity]

index fa4fa4398b4cd54123a57a372189bb4c952cf271..048990d53a78a0c1467cfb695d7bc043d7662bc7 100644 (file)
@@ -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
 
similarity index 98%
rename from lisp/gnus/messcompat.el
rename to lisp/obsolete/messcompat.el
index 2b658bc73d501e79b7da63666fd0834adeeb4e72..5f5069201061f70454b6ce4c42aa394738a9e9fa 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: mail, news
+;; Obsolete-since: 25.2
 
 ;; This file is part of GNU Emacs.