# HG changeset patch # User Eric S. Raymond # Date 736016894 0 # Node ID 2189edb3095596e53c8248991a733270cf385463 # Parent 562d2dea4f05509be5910de19b41680197ef1b7f Removed spurious comment (obsoleted by ;;;###autoload). diff -r 562d2dea4f05 -r 2189edb30955 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Tue Apr 27 22:01:32 1993 +0000 +++ b/lisp/textmodes/tex-mode.el Wed Apr 28 17:08:14 1993 +0000 @@ -214,8 +214,6 @@ (defvar tex-shell-map nil "Keymap for the tex-shell. A comint-mode-map with a few additions.") -;(defalias 'TeX-mode 'tex-mode) ;in loaddefs. - (defvar compare-windows-whitespace nil) ; Pacify the byte-compiler ;;; This would be a lot simpler if we just used a regexp search, @@ -245,6 +243,7 @@ 'plain-tex-mode)))) (if mode (funcall mode) (funcall tex-default-mode)))) + ;;;###autoload (defalias 'TeX-mode 'tex-mode) ;;;###autoload