diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a805c8952fd..8b8108cb97b 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2132,6 +2132,7 @@ If NOT-ALL is non-nil, save the `.dvi' file." (defvar tex-compile-commands `(,@(mapcar (lambda (prefix) `((concat ,prefix tex-command + " " tex-start-options " " (if (< 0 (length tex-start-commands)) (shell-quote-argument tex-start-commands)) " %f") |