aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-11-01 12:34:43 +0000
committerGerd Moellmann <[email protected]>1999-11-01 12:34:43 +0000
commit9920303f6d26bbcb19f0dffb89990513e34d9db7 (patch)
treeeb906f0c9e50f1269d6fbdb831f434166fbaaa69 /lisp/textmodes
parentaeb721fe9ca9239ad9ca0fe6b2fe4f57f97da9c2 (diff)
(tex-default-mode): Changed to latex-mode.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 8006330794..432aa8e385 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."
:group 'tex-view)
;;;###autoload
-(defcustom tex-default-mode 'plain-tex-mode
+(defcustom tex-default-mode 'latex-mode
"*Mode to enter for a new file that might be either TeX or LaTeX.
This variable is used when it can't be determined whether the file
is plain TeX or LaTeX or what because the file contains no commands.