aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/tex-mode.el8
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0b96637b85..268fd9d2e0f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-04-23 David Kastrup <dak@gnu.org>
2
3 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4 Mention that the autoloaded aliases should be kept for AUCTeX.
5
12005-04-23 Andreas Schwab <schwab@suse.de> 62005-04-23 Andreas Schwab <schwab@suse.de>
2 7
3 * isearch.el (isearch-forward): Doc fix. 8 * 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."
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