auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4f618ecf4c40e9c74371f


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4f618ecf4c40e9c74371f170e5c16902983340e5
Date: Sun, 17 Jan 2016 15:17:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  4f618ecf4c40e9c74371f170e5c16902983340e5 (commit)
      from  bafe761f8e9d62258f25eb146d1225bd6f6c2966 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f618ecf4c40e9c74371f170e5c16902983340e5
Author: Mosè Giordano <address@hidden>
Date:   Sun Jan 17 16:15:11 2016 +0100

    Add some AMS arrows to LaTeX-math-default
    
    * latex.el (LaTeX-math-default): Add `impliedby', `implies', and `iff'
      arrows.  Suggested by Aiko Kyle.

diff --git a/latex.el b/latex.el
index 69cbf04..68f6403 100644
--- a/latex.el
+++ b/latex.el
@@ -4929,6 +4929,9 @@ file, or any mode derived thereof. See variable
     ("v W" "varOmega" ("AMS" "Greek Uppercase") 120570) ;; #X1D6FA
     (nil "dashrightarrow" ("AMS" "Arrows"))
     (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

-----------------------------------------------------------------------

Summary of changes:
 latex.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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