]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'tex-compile-commands'
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Nov 2023 13:58:17 +0000 (15:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Nov 2023 13:58:17 +0000 (15:58 +0200)
* lisp/textmodes/tex-mode.el (tex-compile-commands): Respect
'tex-start-options' better.  (Bug#67030)

lisp/textmodes/tex-mode.el

index a26e7b9c83aae1997586275d4c9cf04fa29ed25e..d1644b5613e9f264b5df853d0a2e2658eeaad41c 100644 (file)
@@ -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")