Mercurial > emacs
changeset 23603:62a7f47017b3
(tex-start-options-string): Quote the backslashes with more backslashes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 31 Oct 1998 23:55:32 +0000 |
parents | 6c27d8ed0867 |
children | e270203c0c9f |
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 Sat Oct 31 23:39:42 1998 +0000 +++ b/lisp/textmodes/tex-mode.el Sat Oct 31 23:55:32 1998 +0000 @@ -96,7 +96,7 @@ :type 'string :group 'tex-run) -(defcustom tex-start-options-string "\\nonstopmode\\input" +(defcustom tex-start-options-string "\\\\nonstopmode\\\\input" "*TeX options to use when running TeX. These precede the input file name." :type 'string