(tex-start-options-string): Quote the backslashes with more backslashes.

This commit is contained in:
Richard M. Stallman 1998-10-31 23:55:32 +00:00
parent 33fa85e042
commit c0fdc5b716

View file

@ -96,7 +96,7 @@ at the end, with blanks as separators."
: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