auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 13e6746 13/43: Delete insertion o


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar sign
Date: Sat, 11 Apr 2020 15:05:20 -0400 (EDT)

branch: externals/auctex
commit 13e6746758abcaf28bc61c2cbafcd52a8c9a6dd1
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    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
---
 tex.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



reply via email to

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