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

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

[elpa] externals/auctex 7c48c19 49/95: * tex-ispell.el (TeX-ispell-skip-


From: Tassilo Horn
Subject: [elpa] externals/auctex 7c48c19 49/95: * tex-ispell.el (TeX-ispell-skip-cmds-list): Add hyperref macros.
Date: Sun, 16 Apr 2017 01:26:53 -0400 (EDT)

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

    * tex-ispell.el (TeX-ispell-skip-cmds-list): Add hyperref macros.
---
 tex-ispell.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/tex-ispell.el b/tex-ispell.el
index 64ff99b..92b68b9 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -52,6 +52,7 @@
 ;; filecontents.sty
 ;; fontaxes.sty
 ;; fontspec.sty
+;; hyperref.sty
 ;; listings.sty
 ;; ltxtable.sty
 ;; mdframed.sty
@@ -154,6 +155,21 @@
       ("figureversion" . 1)
       ;; fontspec.sty
       ("addfontfeatures" . 1)
+      ;; hyperref.sty
+      ("hypersetup" . 1)
+      ("href" . 1)
+      ("url" . 1)
+      ("nolinkurl" . 1)
+      ("hyperbaseurl" . 1)
+      ("hyperimage" . 1)
+      ("hyperdef" . 2)
+      ("hyperref" . 3)
+      ("hyperlink" . 1)
+      ("hypertarget" . 1)
+      ("autoref" . 1)
+      ("autoref*" . 1)
+      ("autopageref" . 1)
+      ("autopageref*" . 1)
       ;; listings.sty
       ("lstinputlisting" . 1)
       ("lstset" . 1)



reply via email to

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