]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-default-mode): Changed to latex-mode.
authorGerd Moellmann <gerd@gnu.org>
Mon, 1 Nov 1999 12:34:43 +0000 (12:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 1 Nov 1999 12:34:43 +0000 (12:34 +0000)
lisp/textmodes/tex-mode.el

index 800633079428a1128210940336c072df33682753..432aa8e38526329805d668a837bfc506a230570c 100644 (file)
@@ -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.