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. 13e6746758abcaf28bc61


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 13e6746758abcaf28bc61c2cbafcd52a8c9a6dd1
Date: Sun, 5 Jan 2020 16:03:41 -0500 (EST)

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  13e6746758abcaf28bc61c2cbafcd52a8c9a6dd1 (commit)
      from  7f60ef71f5c7b89d9352b2db7f29eeb50fee0a33 (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 13e6746758abcaf28bc61c2cbafcd52a8c9a6dd1
Author: Arash Esbati <address@hidden>
Date:   Sun Jan 5 22:02:34 2020 +0100

    Delete insertion of wrong dollar sign
    
    * tex.el (TeX-insert-dollar): Remove insertion of wrong `$' as
    reported here:
    https://lists.gnu.org/archive/html/auctex-devel/2020-01/msg00002.html

diff --git a/tex.el b/tex.el
index 95448d8..e8b9e72 100644
--- a/tex.el
+++ b/tex.el
@@ -5846,8 +5846,7 @@ sign.  With optional ARG, insert that many dollar signs."
      (t
       ;; Math mode was not entered with dollar - we cannot finish it with one.
       (message "Math mode started with `%s' cannot be closed with dollar"
-              (car texmathp-why))
-      (insert "$"))))
+              (car texmathp-why)))))
    (t
     ;; Just somewhere in the text.
     (cond

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

Summary of changes:
 tex.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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