branch: elpa/cdlatex
commit ac024ce29318cab812a743ad132a531c855c27a5
Author: Carsten Dominik <[email protected]>
Commit: Carsten Dominik <[email protected]>

    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