Make tex-compile-commands heed tex-start-options
* lisp/textmodes/tex-mode.el (tex-compile-commands): Respect `tex-start-options' (bug#49018).
This commit is contained in:
parent
2966e3acbe
commit
00501d74d3
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue