From: Karl Heuer Date: Thu, 10 Sep 1998 15:26:44 +0000 (+0000) Subject: (tex-start-tex): Call comint-quote-filename. X-Git-Tag: emacs-20.4~1729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=514e1703dcf4842a0bff5369cdae25ea689e2d3c;p=emacs.git (tex-start-tex): Call comint-quote-filename. --- 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)