[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar
From: |
Tassilo Horn |
Subject: |
[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
- [elpa] externals/auctex updated (817b1c4 -> f571914), Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 7c48889 03/43: ; * style/fbox.el: Fix wrong package version., Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 19716fb 01/43: ; Add ELPA release process description, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 8a2cdac 02/43: Add new style/fbox.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 8927ed6 04/43: Update style/ltugboat.el to class version 2.22, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version 2.5.2, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 486650b 05/43: Update menu in proper timing (bug#38058), Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar sign,
Tassilo Horn <=
- [elpa] externals/auctex 8cd9db3 17/43: Add changelog for my previous bug fix, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex f700ec0 16/43: Support extended NFSS shapes with 2020-02-02 LaTeX kernel, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 45f0298 07/43: * font-latex.el (font-latex-setup): Remove XEmacs compat code., Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 6c25ffe 08/43: Adjust Makefile clean targets, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 1d72a5c 21/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package version 0.04, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex c1e0419 23/43: Adjust style/fontaxes.el to LaTeX kernel, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 0bc0ff5 29/43: Add fontification support \textnormal macro, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 07efee4 31/43: Add new style/ltxguide.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 0d6271f 33/43: Add new style/overpic.el, Tassilo Horn, 2020/04/11