aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-10-31 23:55:32 +0000
committerRichard M. Stallman1998-10-31 23:55:32 +0000
commitc0fdc5b71602e1a12c95a4dfbaff2530d13c03ed (patch)
treebbbbe1c68ae6db9b8064fdcb7f376de932220e15
parent33fa85e0426e67f43963eaeebaf670fef94b69de (diff)
downloademacs-c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed.tar.gz
emacs-c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed.zip
(tex-start-options-string): Quote the backslashes with more backslashes.
-rw-r--r--lisp/textmodes/tex-mode.el2
1 files changed, 1 insertions, 1 deletions
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."
96 :type 'string 96 :type 'string
97 :group 'tex-run) 97 :group 'tex-run)
98 98
99(defcustom tex-start-options-string "\\nonstopmode\\input" 99(defcustom tex-start-options-string "\\\\nonstopmode\\\\input"
100 "*TeX options to use when running TeX. 100 "*TeX options to use when running TeX.
101These precede the input file name." 101These precede the input file name."
102 :type 'string 102 :type 'string