changeset 26270:14dbec3a82b4

(tex-default-mode): Changed to latex-mode.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 01 Nov 1999 12:34:43 +0000
parents ea945bfd5c7c
children b47b74998eef
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.