emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Sat, 23 Apr 2005 12:45:18 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.161 
emacs/lisp/textmodes/tex-mode.el:1.162
*** emacs/lisp/textmodes/tex-mode.el:1.161      Wed Apr  6 15:44:59 2005
--- emacs/lisp/textmodes/tex-mode.el    Sat Apr 23 16:45:07 2005
***************
*** 828,833 ****
--- 828,841 ----
        (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]