aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-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 b80287e50de..810af7787eb 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1077,7 +1077,7 @@ If NOT-ALL is non-nil, save the `.dvi' file."
1077 (compile-command 1077 (compile-command
1078 (if star (concat (substring cmd 0 star) 1078 (if star (concat (substring cmd 0 star)
1079 file (substring cmd (1+ star))) 1079 file (substring cmd (1+ star)))
1080 (concat cmd " " file)))) 1080 (concat cmd " " (comint-quote-filename file)))))
1081 (with-current-buffer (process-buffer (tex-send-command compile-command)) 1081 (with-current-buffer (process-buffer (tex-send-command compile-command))
1082 (save-excursion 1082 (save-excursion
1083 (forward-line -1) 1083 (forward-line -1)