comparison lisp/textmodes/tex-mode.el @ 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 26cc35857be5
children 44cf8be6373e
comparison
equal deleted inserted replaced
23602:6c27d8ed0867 23603:62a7f47017b3
94 otherwise the value of tex-start-options-string and the file name are added 94 otherwise the value of tex-start-options-string and the file name are added
95 at the end, with blanks as separators." 95 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.
101 These precede the input file name." 101 These precede the input file name."
102 :type 'string 102 :type 'string
103 :group 'tex-run 103 :group 'tex-run
104 :version "20.4") 104 :version "20.4")