From 9920303f6d26bbcb19f0dffb89990513e34d9db7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 1 Nov 1999 12:34:43 +0000 Subject: [PATCH] (tex-default-mode): Changed to latex-mode. --- lisp/textmodes/tex-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :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. -- 2.39.5