# HG changeset patch # User Gerd Moellmann # Date 941459683 0 # Node ID 14dbec3a82b438cf3d38426b1c8f4aeb87d9a572 # Parent ea945bfd5c7cfc4cd5a26c9eb32e35bb765acf12 (tex-default-mode): Changed to latex-mode. diff -r ea945bfd5c7c -r 14dbec3a82b4 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Nov 01 12:15:41 1999 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Nov 01 12:34:43 1999 +0000 @@ -207,7 +207,7 @@ :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.