diff options
| author | Richard M. Stallman | 1998-10-31 23:55:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-31 23:55:32 +0000 |
| commit | c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed (patch) | |
| tree | bbbbe1c68ae6db9b8064fdcb7f376de932220e15 | |
| parent | 33fa85e0426e67f43963eaeebaf670fef94b69de (diff) | |
| download | emacs-c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed.tar.gz emacs-c0fdc5b71602e1a12c95a4dfbaff2530d13c03ed.zip | |
(tex-start-options-string): Quote the backslashes with more backslashes.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
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. |
| 101 | These precede the input file name." | 101 | These precede the input file name." |
| 102 | :type 'string | 102 | :type 'string |