changeset 2598:2189edb30955

Removed spurious comment (obsoleted by ;;;###autoload).
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 28 Apr 1993 17:08:14 +0000
parents 562d2dea4f05
children 5122736c0a03
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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