diff options
| author | Gerd Moellmann | 1999-11-01 12:34:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-01 12:34:43 +0000 |
| commit | 9920303f6d26bbcb19f0dffb89990513e34d9db7 (patch) | |
| tree | eb906f0c9e50f1269d6fbdb831f434166fbaaa69 | |
| parent | aeb721fe9ca9239ad9ca0fe6b2fe4f57f97da9c2 (diff) | |
| download | emacs-9920303f6d26bbcb19f0dffb89990513e34d9db7.tar.gz emacs-9920303f6d26bbcb19f0dffb89990513e34d9db7.zip | |
(tex-default-mode): Changed to latex-mode.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 80063307942..432aa8e3852 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -207,7 +207,7 @@ Should show the queue(s) that \\[tex-print] puts jobs on." | |||
| 207 | :group 'tex-view) | 207 | :group 'tex-view) |
| 208 | 208 | ||
| 209 | ;;;###autoload | 209 | ;;;###autoload |
| 210 | (defcustom tex-default-mode 'plain-tex-mode | 210 | (defcustom tex-default-mode 'latex-mode |
| 211 | "*Mode to enter for a new file that might be either TeX or LaTeX. | 211 | "*Mode to enter for a new file that might be either TeX or LaTeX. |
| 212 | This variable is used when it can't be determined whether the file | 212 | This variable is used when it can't be determined whether the file |
| 213 | is plain TeX or LaTeX or what because the file contains no commands. | 213 | is plain TeX or LaTeX or what because the file contains no commands. |