diff options
| author | Eric S. Raymond | 1993-04-28 17:08:14 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-04-28 17:08:14 +0000 |
| commit | e4c8c838e9af5d24569ba8f2fada41aa0cd3a168 (patch) | |
| tree | 2b1128d1cd3733cf8d347b5f6bca7ff996381bf3 | |
| parent | 0d5bbbf750427d5783de4836c969f254d76185e3 (diff) | |
| download | emacs-e4c8c838e9af5d24569ba8f2fada41aa0cd3a168.tar.gz emacs-e4c8c838e9af5d24569ba8f2fada41aa0cd3a168.zip | |
Removed spurious comment (obsoleted by ;;;###autoload).
| -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].") | |||
| 214 | (defvar tex-shell-map nil | 214 | (defvar tex-shell-map nil |
| 215 | "Keymap for the tex-shell. A comint-mode-map with a few additions.") | 215 | "Keymap for the tex-shell. A comint-mode-map with a few additions.") |
| 216 | 216 | ||
| 217 | ;(defalias 'TeX-mode 'tex-mode) ;in loaddefs. | ||
| 218 | |||
| 219 | (defvar compare-windows-whitespace nil) ; Pacify the byte-compiler | 217 | (defvar compare-windows-whitespace nil) ; Pacify the byte-compiler |
| 220 | 218 | ||
| 221 | ;;; This would be a lot simpler if we just used a regexp search, | 219 | ;;; This would be a lot simpler if we just used a regexp search, |
| @@ -245,6 +243,7 @@ is used." | |||
| 245 | 'plain-tex-mode)))) | 243 | 'plain-tex-mode)))) |
| 246 | (if mode (funcall mode) | 244 | (if mode (funcall mode) |
| 247 | (funcall tex-default-mode)))) | 245 | (funcall tex-default-mode)))) |
| 246 | |||
| 248 | ;;;###autoload | 247 | ;;;###autoload |
| 249 | (defalias 'TeX-mode 'tex-mode) | 248 | (defalias 'TeX-mode 'tex-mode) |
| 250 | ;;;###autoload | 249 | ;;;###autoload |