This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  3e1adadccf82c8e5a8811614f84d20161228dcdb (commit)
      from  4c0d15018aaefe8802a89d4e557938e3af797065 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e1adadccf82c8e5a8811614f84d20161228dcdb
Author: Ikumi Keita <[email protected]>
Date:   Thu Jun 18 01:21:53 2020 +0900

    ; * style/breqn.el (): Fix stupid mistake.

diff --git a/style/breqn.el b/style/breqn.el
index 36eb78d..d10fd04 100644
--- a/style/breqn.el
+++ b/style/breqn.el
@@ -104,7 +104,7 @@ Keys offered for key=val query depend on ENV.  \"label\" and
              ("darray"        env-on) ("darray*"       env-on)
              ("dsuspend"      env-off))))
   (dolist (entry list)
-    (add-to-list texmathp-tex-commands-default entry))
+    (add-to-list 'texmathp-tex-commands-default entry))
   (texmathp-compile)
   (when (and (featurep 'font-latex)
             (eq TeX-install-font-lock 'font-latex-setup))

-----------------------------------------------------------------------

Summary of changes:
 style/breqn.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to