diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-28 17:08:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-28 17:08:14 +0000 |
commit | e4c8c838e9af5d24569ba8f2fada41aa0cd3a168 (patch) | |
tree | 2b1128d1cd3733cf8d347b5f6bca7ff996381bf3 /lisp/textmodes | |
parent | 0d5bbbf750427d5783de4836c969f254d76185e3 (diff) | |
download | emacs-e4c8c838e9af5d24569ba8f2fada41aa0cd3a168.tar.gz |
Removed spurious comment (obsoleted by ;;;###autoload).
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 28e0284c69d..a3586d87ce1 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -214,8 +214,6 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].") (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 @@ is used." 'plain-tex-mode)))) (if mode (funcall mode) (funcall tex-default-mode)))) + ;;;###autoload (defalias 'TeX-mode 'tex-mode) ;;;###autoload |