branch: externals/auctex
commit c112a9e0aa6deec6cd98dd690ce045f1df462821
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; * style/empheq.el (LaTeX-empheq-item-equation): Delete unnecessary *.
---
 style/empheq.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/empheq.el b/style/empheq.el
index 268faf4..9b82289 100644
--- a/style/empheq.el
+++ b/style/empheq.el
@@ -227,7 +227,7 @@ number of ampersands if possible."
       (when (looking-at "[ \t\n\r%]*\\[")
        (forward-sexp))
       (re-search-forward "[ \t\n\r%]*{\\([^}]+\\)}")
-      (setq match (replace-regexp-in-string "[ \t\n\r%]*" ""
+      (setq match (replace-regexp-in-string "[ \t\n\r%]" ""
                                            (match-string-no-properties 1)))
       (if (string-match "=" match)
          (progn

Reply via email to