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

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

[elpa] elpa 601689e 20/35: Move \iff macro to Arrows section of LaTeX-ma


From: Tassilo Horn
Subject: [elpa] elpa 601689e 20/35: Move \iff macro to Arrows section of LaTeX-math-default
Date: Sun, 31 Jan 2016 16:05:39 +0000

branch: elpa
commit 601689ed09f2360ff6e0f99fec3c72821357d306
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Move \iff macro to Arrows section of LaTeX-math-default
    
    * latex.el (LaTeX-math-default): \iff symbol is defined in base LaTeX,
      move it to the "Arrows" section.
---
 latex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/latex.el b/latex.el
index 68f6403..ba2882c 100644
--- a/latex.el
+++ b/latex.el
@@ -4776,6 +4776,7 @@ file, or any mode derived thereof. See variable
     (nil "Longrightarrow" "Arrows" 10233) ;; #X27F9
     (nil "longleftrightarrow" "Arrows" 10231) ;; #X27F7
     (nil "Longleftrightarrow" "Arrows" 10234) ;; #X27FA
+    (nil "iff" "Arrows" 10234) ;; #X27FA
     (nil "longmapsto" "Arrows" 10236) ;; #X27FC
     (nil "hookrightarrow" "Arrows" 8618) ;; #X21AA
     (nil "rightharpoonup" "Arrows" 8640) ;; #X21C0
@@ -4931,7 +4932,6 @@ file, or any mode derived thereof. See variable
     (nil "dashleftarrow" ("AMS" "Arrows"))
     (nil "impliedby" ("AMS" "Arrows") 10232) ;; #X27F8
     (nil "implies" ("AMS" "Arrows") 10233) ;; #X27F9
-    (nil "iff" ("AMS" "Arrows") 10234) ;; #X27FA
     (nil "leftleftarrows" ("AMS" "Arrows") 8647) ;; #X21C7
     (nil "leftrightarrows" ("AMS" "Arrows") 8646) ;; #X21C6
     (nil "Lleftarrow" ("AMS" "Arrows") 8666) ;; #X21DA



reply via email to

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