]> git.eshelyaron.com Git - emacs.git/commitdiff
(TeX-mode, plain-TeX-mode, LaTeX-mode):
authorDavid Kastrup <dak@gnu.org>
Sat, 23 Apr 2005 16:45:07 +0000 (16:45 +0000)
committerDavid Kastrup <dak@gnu.org>
Sat, 23 Apr 2005 16:45:07 +0000 (16:45 +0000)
Mention that the autoloaded aliases should be kept for AUCTeX.

lisp/ChangeLog
lisp/textmodes/tex-mode.el

index e0b96637b856cd7a79259c8df18541d8f72bb249..268fd9d2e0f3e3616a22cdba4ca925a24014e5ee 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-23  David Kastrup  <dak@gnu.org>
+
+       * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
+       Mention that the autoloaded aliases should be kept for AUCTeX.
+
 2005-04-23  Andreas Schwab  <schwab@suse.de>
 
        * isearch.el (isearch-forward): Doc fix.
index ab549d47b6e754c7de3900ee3cbfbc77a0ba534b..3f4a30dc792ca795ffe9c4761584685c3abfead8 100644 (file)
@@ -828,6 +828,14 @@ says which mode to use."
       (tex-mode-internal)
     (tex-guess-mode)))
 
+;; The following three autoloaded aliases appear to conflict with
+;; AUCTeX.  However, even though AUCTeX uses the mixed case variants
+;; for all mode relevant variables and hooks, the invocation function
+;; and setting of `major-mode' themselves need to be lowercase for
+;; AUCTeX to provide a fully functional user-level replacement.  So
+;; these aliases should remain as they are, in particular since AUCTeX
+;; users are likely to use them.
+
 ;;;###autoload
 (defalias 'TeX-mode 'tex-mode)
 ;;;###autoload