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  2f1369fc0115addb375df0064460178705ff658c (commit)
      from  d27f6a12d89a094bf5fd8f45f5ef7a16a9a9b29f (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 2f1369fc0115addb375df0064460178705ff658c
Author: Ikumi Keita <ik...@ikumi.que.jp>
Date:   Thu May 28 14:52:01 2020 +0900

    Fix false negative of texmathp (bug#41559)
    
    * texmathp.el (texmathp-compile): Fix `texmathp-onoff-regexp' to allow
    switch to begin at (point-min).
    Use `regexp-opt' instead of `mapconcat'+`regexp-quote'.
    (texmathp): Use `>=' instead of `>' so that match is updated even when
    arg-on or sw-on begins at (point-min).
    * tests/latex/texmathp-test.el: New test.

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

Summary of changes:
 .../path-expansion.el => latex/texmathp-test.el}   | 42 +++++++++++++++-------
 texmathp.el                                        | 17 ++++-----
 2 files changed, 38 insertions(+), 21 deletions(-)
 copy tests/{tex/path-expansion.el => latex/texmathp-test.el} (55%)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-commit mailing list
auctex-com...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to