aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el8
1 files changed, 8 insertions, 0 deletions
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."
828 (tex-mode-internal) 828 (tex-mode-internal)
829 (tex-guess-mode))) 829 (tex-guess-mode)))
830 830
831;; The following three autoloaded aliases appear to conflict with
832;; AUCTeX. However, even though AUCTeX uses the mixed case variants
833;; for all mode relevant variables and hooks, the invocation function
834;; and setting of `major-mode' themselves need to be lowercase for
835;; AUCTeX to provide a fully functional user-level replacement. So
836;; these aliases should remain as they are, in particular since AUCTeX
837;; users are likely to use them.
838
831;;;###autoload 839;;;###autoload
832(defalias 'TeX-mode 'tex-mode) 840(defalias 'TeX-mode 'tex-mode)
833;;;###autoload 841;;;###autoload