]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-start-tex): Call comint-quote-filename.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:44 +0000 (15:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:44 +0000 (15:26 +0000)
lisp/textmodes/tex-mode.el

index b80287e50de98797afb2707f8c95e91e9fe86818..810af7787eb76406e74212d0a381fa31a164777b 100644 (file)
@@ -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)