Mercurial > emacs
changeset 23220:8804b71603c6
(tex-start-tex): Call comint-quote-filename.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Sep 1998 15:26:44 +0000 |
parents | 3b050c4bee18 |
children | 8d1c55a12c94 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Thu Sep 10 15:26:22 1998 +0000 +++ b/lisp/textmodes/tex-mode.el Thu Sep 10 15:26:44 1998 +0000 @@ -1077,7 +1077,7 @@ (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)