auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8b5e53d9f55bdf06e5290


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8b5e53d9f55bdf06e529096156845f660a8d03dc
Date: Sun, 2 Dec 2018 14:34:19 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  8b5e53d9f55bdf06e529096156845f660a8d03dc (commit)
      from  70a31c5e17cf7f761e9f920c602fdbe19f9fcd2a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b5e53d9f55bdf06e529096156845f660a8d03dc
Author: Arash Esbati <address@hidden>
Date:   Sun Dec 2 20:33:51 2018 +0100

    Remove unnecessary parentheses
    
    * style/geometry.el ("geometry"):
    * style/graphicx.el ("graphicx"): Remove unnecessary parentheses
    in option management.

diff --git a/style/geometry.el b/style/geometry.el
index 2778722..c2fd0a7 100644
--- a/style/geometry.el
+++ b/style/geometry.el
@@ -141,7 +141,7 @@ package.")
 
    ;; Option management
    (if (and (LaTeX-provided-package-options-member "geometry" "dvipdfmx")
-           (not (eq (TeX-engine 'xetex))))
+           (not (eq TeX-engine 'xetex)))
        (setq TeX-PDF-from-DVI "Dvipdfmx")))
  LaTeX-dialect)
 
diff --git a/style/graphicx.el b/style/graphicx.el
index 2a6b77a..2d312b5 100644
--- a/style/graphicx.el
+++ b/style/graphicx.el
@@ -300,7 +300,7 @@ subdirectories and inserts the relative file name.  See
 
    ;; Option management
    (if (and (LaTeX-provided-package-options-member "graphicx" "dvipdfmx")
-           (not (eq (TeX-engine 'xetex))))
+           (not (eq TeX-engine 'xetex)))
        (setq TeX-PDF-from-DVI "Dvipdfmx")))
  LaTeX-dialect)
 

-----------------------------------------------------------------------

Summary of changes:
 style/geometry.el | 2 +-
 style/graphicx.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]