From: Gerd Moellmann Date: Mon, 1 Nov 1999 12:34:43 +0000 (+0000) Subject: (tex-default-mode): Changed to latex-mode. X-Git-Tag: emacs-pretest-21.0.90~6238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9920303f6d26bbcb19f0dffb89990513e34d9db7;p=emacs.git (tex-default-mode): Changed to latex-mode. --- 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.