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

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

[nongnu] elpa/cdlatex ac024ce293: Fix parenthesis bug


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex ac024ce293: Fix parenthesis bug
Date: Mon, 29 Aug 2022 11:58:23 -0400 (EDT)

branch: elpa/cdlatex
commit ac024ce29318cab812a743ad132a531c855c27a5
Author: Carsten Dominik <carsten.dominik@gmail.com>
Commit: Carsten Dominik <carsten.dominik@gmail.com>

    Fix parenthesis bug
---
 cdlatex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdlatex.el b/cdlatex.el
index beb05f1e1b..4c85b87c9d 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -1401,7 +1401,7 @@ constant `cdlatex-math-modify-alist'."
                              (if acc (forward-char -1))))
         (insert cmd)
         (if (not acc) (insert " "))
-        (goto-char (savedpos))
+        (goto-char savedpos)
         (if extrabrac (insert "}")))))))
 
 ;; And here is the help function for the symbol insertions stuff



reply via email to

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