From c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Oct 1998 23:55:32 +0000 Subject: [PATCH] (tex-start-options-string): Quote the backslashes with more backslashes. --- lisp/textmodes/tex-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index dc275bc5938..35009328e9a 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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 -- 2.39.2