[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 8b5e53d 24/67: Remove unnecessary parentheses
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 8b5e53d 24/67: Remove unnecessary parentheses |
Date: |
Fri, 8 Feb 2019 11:40:33 -0500 (EST) |
branch: externals/auctex
commit 8b5e53d9f55bdf06e529096156845f660a8d03dc
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Remove unnecessary parentheses
* style/geometry.el ("geometry"):
* style/graphicx.el ("graphicx"): Remove unnecessary parentheses
in option management.
---
style/geometry.el | 2 +-
style/graphicx.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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)
- [elpa] externals/auctex d8c6f94 06/67: Improve style/fancyvrb.el, (continued)
- [elpa] externals/auctex d8c6f94 06/67: Improve style/fancyvrb.el, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 7ede3be 03/67: Make style hooks associated with class options valid again, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex dad0c60 11/67: Surround both \langle and \rangle with math delimiter, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 8d0e9cd 13/67: style/enumitem.el ("enumitem"): Use `TeX-argument-prompt' for query., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex da4cb3d 14/67: Improve behavior of `TeX-arg-beamer-overlay-spec', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex fd53670 19/67: Clean up remnants of previous removal of compatibility codes, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 866eae1 20/67: Remove references to XEmacs from the manual, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 32bc548 12/67: ; Fix typos and doc string, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 70a31c5 23/67: Remove compatibility codes for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 12f7a21 18/67: Add suggestions for non-privileged installation, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 8b5e53d 24/67: Remove unnecessary parentheses,
Tassilo Horn <=
- [elpa] externals/auctex 667f4e9 17/67: Defer running style hook until options are given actually, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 48d5874 32/67: Use `write-file-functions', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex a20430d 15/67: Add new style/dashundergaps.el, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex ff75757 21/67: Remove references to older emacsens in comments and doc strings, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 253e900 25/67: Adjust autoload cookie, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 4617caa 26/67: Remove compatibility code for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex b13bebb 28/67: Remove compatibility code for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 7030681 29/67: * tex-buf.el (TeX-special-mode): Use `define-derived-mode'., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex d2b0547 16/67: Fix not to run wrong style hooks, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 0a05b39 22/67: Use `declare-function' without `fboundp' test, Tassilo Horn, 2019/02/08