# HG changeset patch # User David Kastrup # Date 1114274707 0 # Node ID 18224d5c132245344e3cfadd765031ca8939d636 # Parent ff6d0a7e180eccf2f05d1c9be6a9a0cc4b2aa29a (TeX-mode, plain-TeX-mode, LaTeX-mode): Mention that the autoloaded aliases should be kept for AUCTeX. diff -r ff6d0a7e180e -r 18224d5c1322 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 23 16:43:30 2005 +0000 +++ b/lisp/ChangeLog Sat Apr 23 16:45:07 2005 +0000 @@ -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 -r ff6d0a7e180e -r 18224d5c1322 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Sat Apr 23 16:43:30 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Sat Apr 23 16:45:07 2005 +0000 @@ -828,6 +828,14 @@ (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