From 514e1703dcf4842a0bff5369cdae25ea689e2d3c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Sep 1998 15:26:44 +0000 Subject: [PATCH] (tex-start-tex): Call comint-quote-filename. --- lisp/textmodes/tex-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (compile-command (if star (concat (substring cmd 0 star) file (substring cmd (1+ star))) - (concat cmd " " file)))) + (concat cmd " " (comint-quote-filename file))))) (with-current-buffer (process-buffer (tex-send-command compile-command)) (save-excursion (forward-line -1) -- 2.39.2