aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 12:34:43 +0000
committerGerd Moellmann1999-11-01 12:34:43 +0000
commit9920303f6d26bbcb19f0dffb89990513e34d9db7 (patch)
treeeb906f0c9e50f1269d6fbdb831f434166fbaaa69
parentaeb721fe9ca9239ad9ca0fe6b2fe4f57f97da9c2 (diff)
downloademacs-9920303f6d26bbcb19f0dffb89990513e34d9db7.tar.gz
emacs-9920303f6d26bbcb19f0dffb89990513e34d9db7.zip
(tex-default-mode): Changed to latex-mode.
-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 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.
212This variable is used when it can't be determined whether the file 212This variable is used when it can't be determined whether the file
213is plain TeX or LaTeX or what because the file contains no commands. 213is plain TeX or LaTeX or what because the file contains no commands.