Mercurial > emacs
comparison lisp/textmodes/tex-mode.el @ 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 | 7c4808c6804b |
children | e559f0aa6b2d |
comparison
equal
deleted
inserted
replaced
26269:ea945bfd5c7c | 26270:14dbec3a82b4 |
---|---|
205 Should show the queue(s) that \\[tex-print] puts jobs on." | 205 Should show the queue(s) that \\[tex-print] puts jobs on." |
206 :type 'string | 206 :type 'string |
207 :group 'tex-view) | 207 :group 'tex-view) |
208 | 208 |
209 ;;;###autoload | 209 ;;;###autoload |
210 (defcustom tex-default-mode 'plain-tex-mode | 210 (defcustom tex-default-mode 'latex-mode |
211 "*Mode to enter for a new file that might be either TeX or LaTeX. | 211 "*Mode to enter for a new file that might be either TeX or LaTeX. |
212 This variable is used when it can't be determined whether the file | 212 This variable is used when it can't be determined whether the file |
213 is plain TeX or LaTeX or what because the file contains no commands. | 213 is plain TeX or LaTeX or what because the file contains no commands. |
214 Normally set to either `plain-tex-mode' or `latex-mode'." | 214 Normally set to either `plain-tex-mode' or `latex-mode'." |
215 :type 'function | 215 :type 'function |