CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/12/26 14:24:27

Index: context.el
===================================================================
RCS file: /cvsroot/auctex/auctex/context.el,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- context.el  5 Oct 2008 18:25:43 -0000       1.69
+++ context.el  26 Dec 2009 14:24:27 -0000      1.70
@@ -1486,7 +1486,7 @@
 (defun ConTeXt-expand-options ()
   "Expand options for texexec command."
   (concat
-   (and TeX-PDF-mode (not TeX-XeTeX-mode) "--pdf ")
+   (and TeX-PDF-mode (not (eq TeX-engine 'xetex)) "--pdf ")
    (cond ((and (eq TeX-engine 'omega) ConTeXt-Omega-engine)
          (format "--tex=%s " ConTeXt-Omega-engine))
         ((eq TeX-engine 'xetex)


_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to