From: Richard M. Stallman Date: Sat, 31 Oct 1998 23:55:32 +0000 (+0000) Subject: (tex-start-options-string): Quote the backslashes with more backslashes. X-Git-Tag: emacs-20.4~1346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed;p=emacs.git (tex-start-options-string): Quote the backslashes with more backslashes. --- 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