From: David Kastrup Date: Sat, 23 Apr 2005 16:45:07 +0000 (+0000) Subject: (TeX-mode, plain-TeX-mode, LaTeX-mode): X-Git-Tag: ttn-vms-21-2-B4~800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1639cc2e9254c8b77e9a2f44b3fe1cd6e95d8702;p=emacs.git (TeX-mode, plain-TeX-mode, LaTeX-mode): Mention that the autoloaded aliases should be kept for AUCTeX. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0b96637b85..268fd9d2e0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-23 David Kastrup + + * 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 * isearch.el (isearch-forward): Doc fix. diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index ab549d47b6e..3f4a30dc792 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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