diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a26e7b9c83a..d1644b5613e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2133,6 +2133,7 @@ If NOT-ALL is non-nil, save the `.dvi' file." t "%r.pdf")) '("pdf" "xe" "lua")) ((concat tex-command + " " tex-start-options " " (if (< 0 (length tex-start-commands)) (shell-quote-argument tex-start-commands)) " %f")