1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(TeX-mode, plain-TeX-mode, LaTeX-mode):

Mention that the autoloaded aliases should be kept for AUCTeX.
This commit is contained in:
David Kastrup 2005-04-23 16:45:07 +00:00
parent 1cade2b675
commit 1639cc2e92
2 changed files with 13 additions and 0 deletions

View 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.

View 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