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

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

[elpa] externals/auctex c112a9e 34/95: ; * style/empheq.el (LaTeX-empheq


From: Tassilo Horn
Subject: [elpa] externals/auctex c112a9e 34/95: ; * style/empheq.el (LaTeX-empheq-item-equation): Delete unnecessary *.
Date: Sun, 16 Apr 2017 01:26:50 -0400 (EDT)

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

    ; * 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

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