From 00501d74d3f9642e69b96bcfdb0cc9228d71aa3b Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Tue, 22 Jun 2021 15:07:59 +0200 Subject: [PATCH] Make tex-compile-commands heed tex-start-options * lisp/textmodes/tex-mode.el (tex-compile-commands): Respect `tex-start-options' (bug#49018). --- lisp/textmodes/tex-mode.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.2