From 1a1f47e4a1fb70e6810f9eabd0f1826b71a2bcb0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 15 Nov 2023 15:58:17 +0200 Subject: [PATCH] Fix 'tex-compile-commands' * lisp/textmodes/tex-mode.el (tex-compile-commands): Respect 'tex-start-options' better. (Bug#67030) --- 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 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") -- 2.39.2