branch: externals/auctex commit 7eab03ad76cca78258ce3b7cd419024fc8d96cad Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* 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 <ar...@gnu.org> ;; Maintainer: auctex-de...@gnu.org @@ -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*"