emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 7eab03a 20/57: * tex-ispell.el: Move entries fro


From: Tassilo Horn
Subject: [elpa] externals/auctex 7eab03a 20/57: * tex-ispell.el: Move entries from style/empheq.el to this file.
Date: Tue, 25 Jul 2017 14:02:30 -0400 (EDT)

branch: externals/auctex
commit 7eab03ad76cca78258ce3b7cd419024fc8d96cad
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * tex-ispell.el: Move entries from style/empheq.el to this file.
---
 style/empheq.el | 6 +-----
 tex-ispell.el   | 5 +++++
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/style/empheq.el b/style/empheq.el
index 5618646..4365136 100644
--- a/style/empheq.el
+++ b/style/empheq.el
@@ -1,6 +1,6 @@
 ;;; empheq.el --- AUCTeX style for `empheq.sty' (v2.14)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2017 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <address@hidden>
 ;; Maintainer: address@hidden
@@ -472,10 +472,6 @@ number of ampersands if possible."
     '("EmphEqMainEnv" 0)
     '("endEmphEqMainEnv" 0))
 
-   ;; Ispell skip lists
-   (TeX-ispell-skip-setcar '(("\\\\empheqset" ispell-tex-arg-end)))
-   (TeX-ispell-skip-setcdr '(("empheq" . "\\\\end{empheq}")))
-
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))
diff --git a/tex-ispell.el b/tex-ispell.el
index 2be7f28..cd279c6 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -46,6 +46,7 @@
 ;; booktabs.sty
 ;; breqn.sty
 ;; cleveref.sty
+;; empheq.sty
 ;; enumitem.sty
 ;; fancyref.sty
 ;; fancyvrb.sty
@@ -146,6 +147,8 @@
       ("Cpagerefrange" . 2)
       ("crefrange*" . 2)
       ("Crefrange*" . 2)
+      ;; empheq.sty
+      ("empheqset" . 1)
       ;; fancyref.sty
       ("fref" . 1)
       ("Fref" . 1)
@@ -261,6 +264,8 @@ argument and spell check the mandatory one."))
       "dmath*"
       "dseries"
       "dseries*"
+      ;; empheq.sty
+      "empheq"
       ;; fancyvrb.sty
       "BVerbatim"
       "BVerbatim*"



reply via email to

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