diff options
| -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 |